File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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',
Original file line number Diff line number Diff line change 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" : {
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 },
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"
You can’t perform that action at this time.
0 commit comments