[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: https://github.com/braintree/braintree_python/compare/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.
This commit is contained in:
github-actions[bot]
2024-09-24 23:08:38 -07:00
committed by GitHub
parent 13a74a5211
commit a94c927642
2 changed files with 2 additions and 1 deletions

View File

@@ -1,2 +1,2 @@
version = "4.29.*"
version = "4.30.*"
upstream_repository = "https://github.com/braintree/braintree_python"

View File

@@ -103,6 +103,7 @@ class ErrorCodes:
ExpirationYearIsInvalid: Final = "81713"
InvalidParamsForCreditCardUpdate: Final = "91745"
InvalidVenmoSDKPaymentMethodCode: Final = "91727"
NetworkTokenizationAttributeCryptogramIsRequired: Final = "81762"
NumberHasInvalidLength: Final = "81716"
NumberLengthIsInvalid: Final = "81716"
NumberIsInvalid: Final = "81715"