Skip to content

Commit a94c927

Browse files
[stubsabot] Bump braintree to 4.30.* (#12681)
Release: https://pypi.org/pypi/braintree/4.30.0 Homepage: https://developer.paypal.com/braintree/docs/reference/overview Repository: https://github.com/braintree/braintree_python Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/braintree Diff: braintree/braintree_python@4.29.0...4.30.0 Stubsabot analysis of the diff between the two releases: - 0 public Python files have been added. - 0 files included in typeshed's stubs have been deleted. - 4 files included in typeshed's stubs have been modified or renamed: `braintree/error_codes.py`, `braintree/transaction.py`, `braintree/version.py`, `braintree/webhook_testing_gateway.py`. - Total lines of Python code added: 317. - Total lines of Python code deleted: 278.
1 parent 13a74a5 commit a94c927

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

stubs/braintree/METADATA.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version = "4.29.*"
1+
version = "4.30.*"
22
upstream_repository = "https://github.com/braintree/braintree_python"

stubs/braintree/braintree/error_codes.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ class ErrorCodes:
103103
ExpirationYearIsInvalid: Final = "81713"
104104
InvalidParamsForCreditCardUpdate: Final = "91745"
105105
InvalidVenmoSDKPaymentMethodCode: Final = "91727"
106+
NetworkTokenizationAttributeCryptogramIsRequired: Final = "81762"
106107
NumberHasInvalidLength: Final = "81716"
107108
NumberLengthIsInvalid: Final = "81716"
108109
NumberIsInvalid: Final = "81715"

0 commit comments

Comments
 (0)