Skip to content

Commit 91996e3

Browse files
committed
Use invalid phone numbers in tests/examples
1 parent 99afbb1 commit 91996e3

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ Score, Insights and Factors Example
172172
>>> 'country': 'US',
173173
>>> 'postal': '06510',
174174
>>> 'phone_country_code': '1',
175-
>>> 'phone_number': '323-123-4321',
175+
>>> 'phone_number': '123-456-7890',
176176
>>> },
177177
>>> 'shipping': {
178178
>>> 'first_name': 'John',
@@ -185,13 +185,13 @@ Score, Insights and Factors Example
185185
>>> 'country': 'US',
186186
>>> 'postal': '06510',
187187
>>> 'phone_country_code': '1',
188-
>>> 'phone_number': '403-321-2323',
188+
>>> 'phone_number': '123-456-0000',
189189
>>> 'delivery_speed': 'same_day',
190190
>>> },
191191
>>> 'credit_card': {
192192
>>> 'bank_phone_country_code': '1',
193193
>>> 'avs_result': 'Y',
194-
>>> 'bank_phone_number': '800-342-1232',
194+
>>> 'bank_phone_number': '123-456-1234',
195195
>>> 'last_4_digits': '7643',
196196
>>> 'cvv_result': 'N',
197197
>>> 'bank_name': 'Bank of No Hope',

tests/data/full-transaction-request.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"region": "CT",
2424
"country": "US",
2525
"postal": "06510",
26-
"phone_number": "323-123-4321",
26+
"phone_number": "123-456-7890",
2727
"phone_country_code": "1"
2828
},
2929
"shipping": {
@@ -36,7 +36,7 @@
3636
"region": "OK",
3737
"country": "US",
3838
"postal": "73003",
39-
"phone_number": "403-321-2323",
39+
"phone_number": "123-456-0000",
4040
"phone_country_code": "1",
4141
"delivery_speed": "same_day"
4242
},
@@ -50,7 +50,7 @@
5050
"last_4_digits": "7643",
5151
"bank_name": "Bank of No Hope",
5252
"bank_phone_country_code": "1",
53-
"bank_phone_number": "800-342-1232",
53+
"bank_phone_number": "123-456-1234",
5454
"avs_result": "Y",
5555
"cvv_result": "N",
5656
"token": "123456abc1234"

0 commit comments

Comments
 (0)