mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 09:38:33 +08:00
chore: use generic phone numbers instead (#5142)
This commit is contained in:
@ -35,7 +35,7 @@
|
||||
"customer": {
|
||||
"id": "cus_abcdefgh",
|
||||
"name": "John Dough",
|
||||
"phone": "9999999999",
|
||||
"phone": "9123456789",
|
||||
"email": "john@example.com"
|
||||
},
|
||||
"description": "Its my first payment request",
|
||||
@ -181,7 +181,7 @@
|
||||
"last_name": "Doe"
|
||||
},
|
||||
"phone": {
|
||||
"number": "8056594427",
|
||||
"number": "9123456789",
|
||||
"country_code": "+91"
|
||||
}
|
||||
}
|
||||
@ -257,7 +257,7 @@ pub fn payments_retrieve() {}
|
||||
"last_name": "Doe"
|
||||
},
|
||||
"phone": {
|
||||
"number": "8056594427",
|
||||
"number": "9123456789",
|
||||
"country_code": "+91"
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user