Skip to content

Commit 6ee5964

Browse files
feat(api): api update
1 parent a2742da commit 6ee5964

6 files changed

Lines changed: 9 additions & 9 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: 214
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-fed69da53ddecc70b62e9a7331c3b561ef0a14c385d4ac5a03d74177c2ea21cd.yml
3-
openapi_spec_hash: 0a90c512d3fd1348b78af6f98435c31a
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-e80a254e816bc69ee8d058b340f791b9f4229b07ff2b460e6cd0ceb4406a7604.yml
3+
openapi_spec_hash: 81b87e83af702cfd8bce31f2d449ee15
44
config_hash: a143293c5450ae8f52acad08f3102575

src/increase/types/card_payment.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ class ElementCardAuthorizationNetworkDetailsVisa(BaseModel):
483483
3-D Secure program.
484484
- `non_authenticated_security_transaction` - Non-authenticated security
485485
transaction: Use to identify an electronic commerce transaction that uses data
486-
encryption for security however , cardholder authentication is not performed
486+
encryption for security however, cardholder authentication is not performed
487487
using 3-D Secure.
488488
- `non_secure_transaction` - Non-secure transaction: Use to identify an
489489
electronic commerce transaction that has no data protection.
@@ -1087,7 +1087,7 @@ class ElementCardDeclineNetworkDetailsVisa(BaseModel):
10871087
3-D Secure program.
10881088
- `non_authenticated_security_transaction` - Non-authenticated security
10891089
transaction: Use to identify an electronic commerce transaction that uses data
1090-
encryption for security however , cardholder authentication is not performed
1090+
encryption for security however, cardholder authentication is not performed
10911091
using 3-D Secure.
10921092
- `non_secure_transaction` - Non-secure transaction: Use to identify an
10931093
electronic commerce transaction that has no data protection.
@@ -3374,7 +3374,7 @@ class ElementCardValidationNetworkDetailsVisa(BaseModel):
33743374
3-D Secure program.
33753375
- `non_authenticated_security_transaction` - Non-authenticated security
33763376
transaction: Use to identify an electronic commerce transaction that uses data
3377-
encryption for security however , cardholder authentication is not performed
3377+
encryption for security however, cardholder authentication is not performed
33783378
using 3-D Secure.
33793379
- `non_secure_transaction` - Non-secure transaction: Use to identify an
33803380
electronic commerce transaction that has no data protection.

src/increase/types/declined_transaction.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ class SourceCardDeclineNetworkDetailsVisa(BaseModel):
331331
3-D Secure program.
332332
- `non_authenticated_security_transaction` - Non-authenticated security
333333
transaction: Use to identify an electronic commerce transaction that uses data
334-
encryption for security however , cardholder authentication is not performed
334+
encryption for security however, cardholder authentication is not performed
335335
using 3-D Secure.
336336
- `non_secure_transaction` - Non-secure transaction: Use to identify an
337337
electronic commerce transaction that has no data protection.

src/increase/types/pending_transaction.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ class SourceCardAuthorizationNetworkDetailsVisa(BaseModel):
281281
3-D Secure program.
282282
- `non_authenticated_security_transaction` - Non-authenticated security
283283
transaction: Use to identify an electronic commerce transaction that uses data
284-
encryption for security however , cardholder authentication is not performed
284+
encryption for security however, cardholder authentication is not performed
285285
using 3-D Secure.
286286
- `non_secure_transaction` - Non-secure transaction: Use to identify an
287287
electronic commerce transaction that has no data protection.

src/increase/types/real_time_decision.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ class CardAuthorizationNetworkDetailsVisa(BaseModel):
299299
3-D Secure program.
300300
- `non_authenticated_security_transaction` - Non-authenticated security
301301
transaction: Use to identify an electronic commerce transaction that uses data
302-
encryption for security however , cardholder authentication is not performed
302+
encryption for security however, cardholder authentication is not performed
303303
using 3-D Secure.
304304
- `non_secure_transaction` - Non-secure transaction: Use to identify an
305305
electronic commerce transaction that has no data protection.

src/increase/types/transaction.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,7 @@ class SourceCardFinancialNetworkDetailsVisa(BaseModel):
699699
3-D Secure program.
700700
- `non_authenticated_security_transaction` - Non-authenticated security
701701
transaction: Use to identify an electronic commerce transaction that uses data
702-
encryption for security however , cardholder authentication is not performed
702+
encryption for security however, cardholder authentication is not performed
703703
using 3-D Secure.
704704
- `non_secure_transaction` - Non-secure transaction: Use to identify an
705705
electronic commerce transaction that has no data protection.

0 commit comments

Comments
 (0)