Skip to content

Commit

Permalink
[stubsabot] Bump braintree to 4.30.* (#12681)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
github-actions[bot] authored Sep 25, 2024
1 parent 13a74a5 commit a94c927
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion stubs/braintree/METADATA.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version = "4.29.*"
version = "4.30.*"
upstream_repository = "https://github.com/braintree/braintree_python"
1 change: 1 addition & 0 deletions stubs/braintree/braintree/error_codes.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a94c927

Please sign in to comment.