Skip to content

Commit

Permalink
Bump braintree to 4.31.* (#12934)
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn authored Nov 2, 2024
1 parent 80b9bcf commit 04ed1db
Show file tree
Hide file tree
Showing 3 changed files with 7 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.30.*"
version = "4.31.*"
upstream_repository = "https://github.com/braintree/braintree_python"
3 changes: 3 additions & 0 deletions stubs/braintree/braintree/blik_alias.pyi
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
from braintree.resource import Resource

class BlikAlias(Resource): ...
3 changes: 3 additions & 0 deletions stubs/braintree/braintree/error_codes.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ class ErrorCodes:
class ClientToken:
CustomerDoesNotExist: Final = "92804"
FailOnDuplicatePaymentMethodRequiresCustomerId: Final = "92803"
FailOnDuplicatePaymentMethodForCustomerRequiresCustomerId: Final = "92805"
InvalidDomainFormat: Final = "92011"
MakeDefaultRequiresCustomerId: Final = "92801"
MerchantAccountDoesNotExist: Final = "92807"
Expand All @@ -95,6 +96,7 @@ class ErrorCodes:
CvvIsRequired: Final = "81706"
CvvVerificationFailed: Final = "81736"
DuplicateCardExists: Final = "81724"
DuplicateCardExistsForCustomer: Final = "81763"
ExpirationDateConflict: Final = "91708"
ExpirationDateIsInvalid: Final = "81710"
ExpirationDateIsRequired: Final = "81709"
Expand All @@ -103,6 +105,7 @@ class ErrorCodes:
ExpirationYearIsInvalid: Final = "81713"
InvalidParamsForCreditCardUpdate: Final = "91745"
InvalidVenmoSDKPaymentMethodCode: Final = "91727"
LimitExceededforDuplicatePaymentMethodCheckForCustomer: Final = "81764"
NetworkTokenizationAttributeCryptogramIsRequired: Final = "81762"
NumberHasInvalidLength: Final = "81716"
NumberLengthIsInvalid: Final = "81716"
Expand Down

0 comments on commit 04ed1db

Please sign in to comment.