-
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
BugFix:Edit Subscription function name change #225
base: master
Are you sure you want to change the base?
Conversation
semgrep integration
Emandate doc correction
Card doc correction
Papernach correction
…tion Registernach doc correction
Upi doc correction
…rrection RegisterEmandate doc correction
item doc correction
…tion subscription doc correction
paymentlink doc correction
…tion smartcollect doc correction
transfer doc correction
…payment Third party validation Payment
Third party validation
addon doc correction
Doc api correction
create order params updated
You will need to update the unit tests for the checks to pass. |
@kkyusufk I have updated the test cases. You can review and merge. |
@sid10on10 Looks good! |
@kkyusufk I want to contribute more to Razorpay Python.Let me know the best things to get started. |
Hi @sid10on10, Thanks for your interest in contributing. |
@ankitdas13 @kkyusufk Thanks for the feedback. I look forward to contributing. |
c07bf8b
to
d168d51
Compare
Razorpay documentation states that the subscription should be updated -
client.subscription.update(subscriptionId, options)
Reference - https://razorpay.com/docs/api/payments/subscriptions/#update-a-subscription
So Edit subscription Function should be named to update
Related Issue - #224