Skip to content

Commit

Permalink
update doc (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitdas13 authored Aug 16, 2023
1 parent 91b8662 commit 0854e38
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions documents/invoice.md
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ client.invoice.cancel(invoiceId)
"id": "cust_E7q0trFqXgExmT",
"name": "Gaurav Kumar",
"email": "[email protected]",
"contact": "9972132594",
"contact": "+919999999999",
"gstin": null,
"billing_address": {
"id": "addr_E7q0ttqh4SGhAC",
Expand All @@ -537,7 +537,7 @@ client.invoice.cancel(invoiceId)
},
"customer_name": "Gaurav Kumar",
"customer_email": "[email protected]",
"customer_contact": "9972132594"
"customer_contact": "+919999999999"
},
"order_id": "order_E7q0tvRpC0WJwg",
"line_items": [
Expand Down
2 changes: 1 addition & 1 deletion documents/order.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ client.order.payments(orderId)
"wallet": null,
"vpa": "success@razorpay",
"email": "[email protected]",
"contact": "+919702219003",
"contact": "+919999999999",
"customer_id": "cust_JR4BVKjKyJ7enk",
"token_id": "token_Jc81b6OBfodoi6",
"notes": {
Expand Down

0 comments on commit 0854e38

Please sign in to comment.