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 rto #251

Merged
merged 5 commits into from
May 27, 2024
Merged

added rto #251

merged 5 commits into from
May 27, 2024

Conversation

ankitdas13
Copy link
Contributor

@ankitdas13 ankitdas13 requested a review from bhavyay May 2, 2024 06:21
**Parameters**

| Name | Type | Description |
|----------|--------|-------------------------------------|
Copy link
Contributor

Choose a reason for hiding this comment

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

please format the table

Copy link
Contributor Author

Choose a reason for hiding this comment

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

formatted

| Name | Type | Description |

**Parameters**

| Name | Type | Description |
|----------|--------|-------------------------------------|
Copy link
Contributor

Choose a reason for hiding this comment

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

please format the table

Copy link
Contributor Author

Choose a reason for hiding this comment

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

formatted the table

| Name | Type | Description |

test/razorpay/test_order.rb Show resolved Hide resolved
@ankitdas13 ankitdas13 requested a review from bhavyay May 24, 2024 12:02
```go
orderId = "order_XXXXXXXXXXXXX1"

Razorpay::Order.fetch(orderId).view_rto
Copy link
Contributor

Choose a reason for hiding this comment

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

please remove the method chaining.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Updated doc

Razorpay::Order.view_rto(orderId)

}
}

Razorpay::Order.fetch("order_XXXXXXXXXXXXX1").edit_fulfillment(para_attr)
Copy link
Contributor

Choose a reason for hiding this comment

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

please remove the method chaining.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

updated doc

Razorpay::Order.edit_fulfillment(order_id, para_attr)

@ankitdas13 ankitdas13 requested a review from bhavyay May 27, 2024 07:15
@ankitdas13 ankitdas13 added the TestingNotRequired TestingNotRequired label for BVT label May 27, 2024
@ankitdas13 ankitdas13 merged commit 1e57f85 into master May 27, 2024
8 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.

None yet

2 participants