Skip to content
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

Merged
merged 6 commits into from
Mar 19, 2024
Merged

Added dispute api #273

merged 6 commits into from
Mar 19, 2024

Conversation

ankitdas13
Copy link
Contributor

@codecov-commenter
Copy link

codecov-commenter commented Mar 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.97%. Comparing base (3320a23) to head (6df783e).

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.
📢 Have feedback on the report? Share it here.

Comment on lines 177 to 178
| 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. |
Copy link
Contributor

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

Copy link
Contributor Author

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

@@ -53,5 +54,6 @@
'Stakeholder',
'Product',
'Iin',
'Webhook'
'Webhook',
'Dispute'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add , at the end

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added

@@ -45,5 +46,6 @@
'Stakeholder',
'Product',
'Iin',
'Webhook'
'Webhook',
'Dispute'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add , at the end

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added

Copy link
Contributor

@razorpay-sanjib razorpay-sanjib left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@ankitdas13 ankitdas13 added the TestingNotRequired TestingNotRequired label for BVT label Mar 19, 2024
@ankitdas13 ankitdas13 merged commit ec997c6 into master Mar 19, 2024
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
TestingNotRequired TestingNotRequired label for BVT
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants