-
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
Updated order endpoints #272
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #272 +/- ##
==========================================
+ Coverage 97.06% 97.09% +0.03%
==========================================
Files 62 62
Lines 2009 2030 +21
==========================================
+ Hits 1950 1971 +21
Misses 59 59 ☔ View full report in Codecov by Sentry. |
documents/order.md
Outdated
| Name | Type | Description | | ||
|----------|--------|-------------------------------------| | ||
| orderId* | string | The unique identifier of an order to access the fulfillment information. | | ||
| payment_method | string | The id of the order to be retrieve payment info | |
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.
Is the payment_method
description a proper one?
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 all possible values for payment_method
documents/order.md
Outdated
|----------|--------|-------------------------------------| | ||
| orderId* | string | The unique identifier of an order to access the fulfillment information. | | ||
| payment_method | string | The id of the order to be retrieve payment info | | ||
| shipping | array | All keys listed [here](https://betasite.razorpay.com/docs/razorpay/IN/payments-magic-new-rto-intelligence/payments/magic-checkout/rto-intelligence/#13-update-the-fulfillment-details) are supported | |
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.
Is the link provided here a valid one?
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.
update beta link to prod link
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
View RTO Reasons
Update fulfilment details