We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13a74a5 commit a94c927Copy full SHA for a94c927
stubs/braintree/METADATA.toml
@@ -1,2 +1,2 @@
1
-version = "4.29.*"
+version = "4.30.*"
2
upstream_repository = "https://github.com/braintree/braintree_python"
stubs/braintree/braintree/error_codes.pyi
@@ -103,6 +103,7 @@ class ErrorCodes:
103
ExpirationYearIsInvalid: Final = "81713"
104
InvalidParamsForCreditCardUpdate: Final = "91745"
105
InvalidVenmoSDKPaymentMethodCode: Final = "91727"
106
+ NetworkTokenizationAttributeCryptogramIsRequired: Final = "81762"
107
NumberHasInvalidLength: Final = "81716"
108
NumberLengthIsInvalid: Final = "81716"
109
NumberIsInvalid: Final = "81715"
0 commit comments