Skip to content

Commit

Permalink
doc correction
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitdas13 committed May 27, 2024
1 parent b7f55ec commit 4baba13
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.expendDetails("pay_XXXXXXXXXXXXXX",{"expand[]": "emi"})
Razorpay::Payment.expand_details("pay_XXXXXXXXXXXXXX",{"expand[]": "emi"})
```

**Parameters:**
Expand Down

0 comments on commit 4baba13

Please sign in to comment.