[braintree] Update to 4.41.* (#15130)

This commit is contained in:
Semyon Moroz
2025-12-13 19:10:02 +00:00
committed by GitHub
parent 9340d1a912
commit a9bc04be8d
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
version = "4.40.*"
version = "4.41.*"
upstream_repository = "https://github.com/braintree/braintree_python"
@@ -440,7 +440,6 @@ class ErrorCodes:
IdToRemoveIsInvalid: Final = "92025"
class Transaction:
AdjustmentAmountMustBeGreaterThanZero: Final = "95605"
AmountCannotBeNegative: Final = "81501"
AmountDoesNotMatch3DSecureAmount: Final = "91585"
AmountIsInvalid: Final = "81503"