-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add bank factory interface duo to make creation of bank factory cleaner and shorter #116
Conversation
ممنون از مشارکت ارزشمند شما @mojtabaakbari221b |
callback_url=callback_url, | ||
mobile_number=mobile_number, | ||
) | ||
return bank.redirect_gateway() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
لطفا در مثالتون قبل از فراخوانی redirect_gateway متد ready رو هم اضافه کنید تا اگر کسی از مثال شما استفاده کرد به مشکل بر نخوره.
# ...
bank_record = bank.ready()
return bank.redirect_gateway()
# ...
تغییراتی که گفتید رو اعمال کردم. ممنونم از شما |
تشکر آقای اکبری عزیز. @mojtabaakbari221b |
🎉 This PR is included in version 2.0.12 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
برای ساختن یک instance از روی bank factory، نیاز به نوشتن کد زیاد و تکراری بود. همهی این کارهارو بردم توی یه interface تا کار ساختن یه instance ساده تر انجام بشه.
دلیل اینکه توی یه فایل جدا نوشتم هم این بود چون خیلیا با ورژن قبلی راحتترن، بعد آپدیت نیاز نباشه مجدد کدشون رو دست بزنند