From a9bc04be8da12cfec80ce2246787860db81d52b3 Mon Sep 17 00:00:00 2001 From: Semyon Moroz Date: Sat, 13 Dec 2025 19:10:02 +0000 Subject: [PATCH] [braintree] Update to 4.41.* (#15130) --- stubs/braintree/METADATA.toml | 2 +- stubs/braintree/braintree/error_codes.pyi | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/stubs/braintree/METADATA.toml b/stubs/braintree/METADATA.toml index 909042028..43d34d36b 100644 --- a/stubs/braintree/METADATA.toml +++ b/stubs/braintree/METADATA.toml @@ -1,2 +1,2 @@ -version = "4.40.*" +version = "4.41.*" upstream_repository = "https://github.com/braintree/braintree_python" diff --git a/stubs/braintree/braintree/error_codes.pyi b/stubs/braintree/braintree/error_codes.pyi index 8f0e88644..d56f7e690 100644 --- a/stubs/braintree/braintree/error_codes.pyi +++ b/stubs/braintree/braintree/error_codes.pyi @@ -440,7 +440,6 @@ class ErrorCodes: IdToRemoveIsInvalid: Final = "92025" class Transaction: - AdjustmentAmountMustBeGreaterThanZero: Final = "95605" AmountCannotBeNegative: Final = "81501" AmountDoesNotMatch3DSecureAmount: Final = "91585" AmountIsInvalid: Final = "81503"