Skip to content

Commit 3db0e17

Browse files
feat(api): api update
1 parent fa321f1 commit 3db0e17

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 236
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-58c8e720561e1df665b4f5bf35a4dedba1dba3f01d20f8ef5f662d093c432f4d.yml
3-
openapi_spec_hash: 75dfc5fb4c8d03524aa1bc5587835039
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-732196e2e3b5f785aafd5a7035f8683adc6060fe483a24787e3b6085f99d1cfe.yml
3+
openapi_spec_hash: c929ecc168017a4a2d8343384a0a33f8
44
config_hash: 25d7d7aa4882db6189b4b53e8e249e80

src/CardPushTransfers/CardPushTransfer/Decline/Reason.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ enum Reason: string
6767

6868
case TRANSACTION_DOES_NOT_FULFILL_ANTI_MONEY_LAUNDERING_REQUIREMENT = 'transaction_does_not_fulfill_anti_money_laundering_requirement';
6969

70+
case BLOCKED_BY_CARDHOLDER = 'blocked_by_cardholder';
71+
7072
case BLOCKED_FIRST_USE = 'blocked_first_use';
7173

7274
case CREDIT_ISSUER_UNAVAILABLE = 'credit_issuer_unavailable';

src/CardValidations/CardValidation/Decline/Reason.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ enum Reason: string
6767

6868
case TRANSACTION_DOES_NOT_FULFILL_ANTI_MONEY_LAUNDERING_REQUIREMENT = 'transaction_does_not_fulfill_anti_money_laundering_requirement';
6969

70+
case BLOCKED_BY_CARDHOLDER = 'blocked_by_cardholder';
71+
7072
case BLOCKED_FIRST_USE = 'blocked_first_use';
7173

7274
case CREDIT_ISSUER_UNAVAILABLE = 'credit_issuer_unavailable';

src/Simulations/CardTokens/CardTokenCreateParams/Outcome/Decline/Reason.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ enum Reason: string
6767

6868
case TRANSACTION_DOES_NOT_FULFILL_ANTI_MONEY_LAUNDERING_REQUIREMENT = 'transaction_does_not_fulfill_anti_money_laundering_requirement';
6969

70+
case BLOCKED_BY_CARDHOLDER = 'blocked_by_cardholder';
71+
7072
case BLOCKED_FIRST_USE = 'blocked_first_use';
7173

7274
case CREDIT_ISSUER_UNAVAILABLE = 'credit_issuer_unavailable';

0 commit comments

Comments
 (0)