Skip to content

Commit 1559678

Browse files
authored
[braintree] Update to 4.40.* (#14914)
1 parent 4878587 commit 1559678

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
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.39.*"
1+
version = "4.40.*"
22
upstream_repository = "https://github.com/braintree/braintree_python"

stubs/braintree/braintree/error_codes.pyi

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,6 +509,7 @@ class ErrorCodes:
509509
PaymentMethodNonceUnknown: Final = "91565"
510510
PaymentMethodTokenCardTypeIsNotAccepted: Final = "91517"
511511
PaymentMethodTokenIsInvalid: Final = "91518"
512+
ProcessingMerchantCategoryCodeIsInvalid: Final = "915265"
512513
ProcessorAuthorizationCodeCannotBeSet: Final = "91519"
513514
ProcessorAuthorizationCodeIsInvalid: Final = "81520"
514515
ProcessorDoesNotSupportAuths: Final = "915104"
@@ -572,8 +573,17 @@ class ErrorCodes:
572573
TransactionIsNotEligibleForAdjustment: Final = "915219"
573574
TransactionMustBeInStateAuthorized: Final = "915218"
574575
TransactionSourceIsInvalid: Final = "915133"
575-
TransferTypeIsInvalid: Final = "97501"
576+
TransferDetailsAreNotApplicableForThisMerchantAccount: Final = "97511"
576577
TransferDetailsAreRequired: Final = "97510"
578+
TransferReceiverAccountReferenceNumberIsNotValid: Final = "97509"
579+
TransferReceiverFirstNameIsNotValid: Final = "97507"
580+
TransferReceiverLastNameIsNotValid: Final = "97508"
581+
TransferReceiverTaxIdIsNotValid: Final = "97506"
582+
TransferSenderAccountReferenceNumberIsNotValid: Final = "97505"
583+
TransferSenderFirstNameIsNotValid: Final = "97503"
584+
TransferSenderLastNameIsNotValid: Final = "97504"
585+
TransferSenderTaxIdIsNotValid: Final = "97502"
586+
TransferTypeIsInvalid: Final = "97501"
577587
TypeIsInvalid: Final = "91523"
578588
TypeIsRequired: Final = "91524"
579589
UnsupportedVoiceAuthorization: Final = "91539"

0 commit comments

Comments
 (0)