lib/braintree/error_codes.rb in braintree-2.69.1 vs lib/braintree/error_codes.rb in braintree-2.70.0

- old
+ new

@@ -288,10 +288,12 @@ CustomFieldIsTooLong = "81527" CustomerDefaultPaymentMethodCardTypeIsNotAccepted = "81509" CustomerDoesNotHaveCreditCard = "91511" CustomerIdIsInvalid = "91510" HasAlreadyBeenRefunded = "91512" + IdealPaymentNotComplete = "815141" + IdealPaymentAlreadyConsumed = "815142" MerchantAccountDoesNotMatch3DSecureMerchantAccount = "91584" MerchantAccountDoesNotSupportMOTO = "91558" MerchantAccountDoesNotSupportRefunds = "91547" MerchantAccountIdIsInvalid = "91513" MerchantAccountIsSuspended = "91514" @@ -399,9 +401,15 @@ EmailFormatIsInvalid = "93602" EmailIsRequired = "83601" InconsistentCountry = "93612" PaymentMethodsAreInvalid = "93613" PaymentMethodsAreNotAllowed = "93615" + MerchantAccountExistsForCurrency = "93616" + CurrencyIsRequired = "93617" + CurrencyIsInvalid = "93618" + NoMerchantAccounts = "93619" + MerchantAccountExistsForId = "93620" + MerchantAccountNotAuthOnboarded = "93621" end module MerchantAccount IdIsTooLong = "82602" IdFormatIsInvalid = "82603"