-
Notifications
You must be signed in to change notification settings - Fork 82
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
AttributeError: 'Subscription' object has no attribute 'update' #224
Comments
@sid10on10 Thanks for pointing this out. |
@kkyusufk I want to start contributing to this SDK, maybe it would be a good start to fix this issue. I am opening a PR for the same. |
@kkyusufk Any update on this? Seems like a pretty standard fix |
@kkyusufk Any update on this? |
Razorpay SDK is giving the error while updating the subscription.
Documentation Reference -> https://razorpay.com/docs/api/payments/subscriptions/#update-a-subscription
The update method is not found in the subscription module.
Solution - Change the edit method of the subscription module to the update to match the documentation.
The text was updated successfully, but these errors were encountered: