-
Notifications
You must be signed in to change notification settings - Fork 83
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
Added dispute api #273
Added dispute api #273
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #273 +/- ##
==========================================
+ Coverage 96.89% 96.97% +0.07%
==========================================
Files 62 64 +2
Lines 2059 2113 +54
==========================================
+ Hits 1995 2049 +54
Misses 64 64 ☔ View full report in Codecov by Sentry. |
documents/dispute.md
Outdated
| summary | string | The explanation provided by you for contesting the dispute. It can have a maximum length of 1000 characters. | | ||
| shipping_proof | array | The explanation provided by you for contesting the dispute. It can have a maximum length of 1000 characters. | |
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.
Please check the description of the shipping_proof
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.
made correction for shipping_proof
razorpay/__init__.py
Outdated
@@ -53,5 +54,6 @@ | |||
'Stakeholder', | |||
'Product', | |||
'Iin', | |||
'Webhook' | |||
'Webhook', | |||
'Dispute' |
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.
add ,
at the end
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.
added
razorpay/resources/__init__.py
Outdated
@@ -45,5 +46,6 @@ | |||
'Stakeholder', | |||
'Product', | |||
'Iin', | |||
'Webhook' | |||
'Webhook', | |||
'Dispute' |
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.
add ,
at the end
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.
added
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.
lgtm
Api doc reference
Fetch All Disputes
Fetch a Dispute
Accept a Dispute
Contest a Dispute