lib/braintree/error_codes.rb in braintree-2.56.0 vs lib/braintree/error_codes.rb in braintree-2.57.0

- old
+ new

@@ -79,10 +79,11 @@ ExpirationMonthIsInvalid = "81712" ExpirationYearIsInvalid = "81713" InvalidParamsForCreditCardUpdate = "91745" InvalidVenmoSDKPaymentMethodCode = "91727" NumberIsInvalid = "81715" + NumberIsProhibited = "81750" NumberIsRequired = "81714" NumberLengthIsInvalid = "81716" NumberMustBeTestNumber = "81717" PaymentMethodConflict = "81725" PaymentMethodIsNotACreditCard = "91738" @@ -540,8 +541,18 @@ InvalidCredentials = "93802"; InvalidScope = "93803"; InvalidRequest = "93804"; UnsupportedGrantType = "93805"; end + + module Verification + module Options + AmountCannotBeNegative = "94201" + AmountFormatIsInvalid = "94202" + AmountNotSupportedByProcessor = "94203" + MerchantAccountIdIsInvalid = "94204" + MerchantAccountIsSuspended = "94205" + MerchantAccountIsForbidden = "94206" + end + end end end -