Skip to content

Commit 0854e38

Browse files
authored
update doc (#261)
1 parent 91b8662 commit 0854e38

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

documents/invoice.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ client.invoice.cancel(invoiceId)
511511
"id": "cust_E7q0trFqXgExmT",
512512
"name": "Gaurav Kumar",
513513
"email": "gaurav.kumar@example.com",
514-
"contact": "9972132594",
514+
"contact": "+919999999999",
515515
"gstin": null,
516516
"billing_address": {
517517
"id": "addr_E7q0ttqh4SGhAC",
@@ -537,7 +537,7 @@ client.invoice.cancel(invoiceId)
537537
},
538538
"customer_name": "Gaurav Kumar",
539539
"customer_email": "gaurav.kumar@example.com",
540-
"customer_contact": "9972132594"
540+
"customer_contact": "+919999999999"
541541
},
542542
"order_id": "order_E7q0tvRpC0WJwg",
543543
"line_items": [

documents/order.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ client.order.payments(orderId)
210210
"wallet": null,
211211
"vpa": "success@razorpay",
212212
"email": "sofiya.shaikh2@razorpay.com",
213-
"contact": "+919702219003",
213+
"contact": "+919999999999",
214214
"customer_id": "cust_JR4BVKjKyJ7enk",
215215
"token_id": "token_Jc81b6OBfodoi6",
216216
"notes": {

0 commit comments

Comments
 (0)