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 9340d1a commit a9bc04bCopy full SHA for a9bc04b
stubs/braintree/METADATA.toml
@@ -1,2 +1,2 @@
1
-version = "4.40.*"
+version = "4.41.*"
2
upstream_repository = "https://github.com/braintree/braintree_python"
stubs/braintree/braintree/error_codes.pyi
@@ -440,7 +440,6 @@ class ErrorCodes:
440
IdToRemoveIsInvalid: Final = "92025"
441
442
class Transaction:
443
- AdjustmentAmountMustBeGreaterThanZero: Final = "95605"
444
AmountCannotBeNegative: Final = "81501"
445
AmountDoesNotMatch3DSecureAmount: Final = "91585"
446
AmountIsInvalid: Final = "81503"
0 commit comments