Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitdas13 committed May 24, 2024
1 parent 194133c commit ee8441e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documents/payment.md
Original file line number Diff line number Diff line change
Expand Up @@ -868,7 +868,7 @@ Razorpay::Iin.fetch(tokenIin);
### Fetch a Payment (With Expanded EMI Details)

```rb
Razorpay::Payment.fetch("pay_XXXXXXXXXXXXXX").expendDetails({"expand[]": "emi"})
Razorpay::Payment.expendDetails("pay_XXXXXXXXXXXXXX",{"expand[]": "emi"})
```

**Parameters:**
Expand Down

0 comments on commit ee8441e

Please sign in to comment.