Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitdas13 committed May 27, 2024
1 parent e9c6f0c commit 2e0b54f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion documents/dispute.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,9 @@ Razorpay::Dispute.contest(disputeId,{
```rb
# Use this API sample code for submit

Razorpay::Dispute.fetch(disputeId).contest({
disputeId = "disp_0000000000000"

Razorpay::Dispute.contest(disputeId, {
"billing_proof": [
"doc_EFtmUsbwpXwBG9",
"doc_EFtmUsbwpXwBG8"
Expand Down

0 comments on commit 2e0b54f

Please sign in to comment.