lib/braintree/error_codes.rb in braintree-2.61.1 vs lib/braintree/error_codes.rb in braintree-2.62.0

- old
+ new

@@ -105,10 +105,11 @@ UpdateExistingTokenIsInvalid = "91723" UpdateExistingTokenNotAllowed = "91729" UseBillingForShippingDisabled = "91572" VerificationAmountCannotBeNegative = "91739" VerificationAmountFormatIsInvalid = "91740" + VerificationAmountIsTooLarge = "91752" VerificationAmountNotSupportedByProcessor = "91741" VerificationMerchantAccountIdIsInvalid = "91728" VerificationMerchantAccountIsForbidden = "91743" VerificationMerchantAccountIsSuspended = "91742" end @@ -551,9 +552,10 @@ module Verification module Options AmountCannotBeNegative = "94201" AmountFormatIsInvalid = "94202" + AmountIsTooLarge = "94207" AmountNotSupportedByProcessor = "94203" MerchantAccountIdIsInvalid = "94204" MerchantAccountIsSuspended = "94205" MerchantAccountIsForbidden = "94206" end