Skip to content

Commit 99afbb1

Browse files
committed
Use test IIN in example and tests
1 parent fd23422 commit 99afbb1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ Score, Insights and Factors Example
195195
>>> 'last_4_digits': '7643',
196196
>>> 'cvv_result': 'N',
197197
>>> 'bank_name': 'Bank of No Hope',
198-
>>> 'issuer_id_number': '323132'
198+
>>> 'issuer_id_number': '411111'
199199
>>> },
200200
>>> 'payment': {
201201
>>> 'decline_code': 'invalid number',

tests/data/full-transaction-request.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"decline_code": "invalid number"
4747
},
4848
"credit_card": {
49-
"issuer_id_number": "323132",
49+
"issuer_id_number": "411111",
5050
"last_4_digits": "7643",
5151
"bank_name": "Bank of No Hope",
5252
"bank_phone_country_code": "1",

0 commit comments

Comments
 (0)