Skip to content

Commit 00844d9

Browse files
feat(api): add INVALID_PAN to tokenization_decline_reason enum
1 parent d8076eb commit 00844d9

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 193
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/lithic/lithic-9350b3c0a9a4fc31e1cac88e705f1ac6895108360ba8f7845a8da20db825f82e.yml
3-
openapi_spec_hash: c99714470f6321912e8022434a861897
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/lithic/lithic-c2235aace63c72401c7a2830da84bf7b5ab4006916595790243e23d9d7aa6727.yml
3+
openapi_spec_hash: 6ba55a7b55799ac4a311043a0f21d7ac
44
config_hash: 1c5c139a2aa0d1d45c063f953a9bc803

src/lithic/types/tokenization_decline_reason.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@
1818
"NETWORK_FAILURE",
1919
"GENERIC_DECLINE",
2020
"DIGITAL_CARD_ART_REQUIRED",
21+
"INVALID_PAN",
2122
]

0 commit comments

Comments
 (0)