lib/braintree/error_codes.rb in braintree-2.13.4 vs lib/braintree/error_codes.rb in braintree-2.14.0
- old
+ new
@@ -34,10 +34,11 @@
CreditCardTypeIsNotAcceptedBySubscriptionMerchantAccount = "81718"
CustomerIdIsInvalid = "91705"
CustomerIdIsRequired = "91704"
CvvIsInvalid = "81707"
CvvIsRequired = "81706"
+ DuplicateCardExists = "81724"
ExpirationDateConflict = "91708"
ExpirationDateIsInvalid = "81710"
ExpirationDateIsRequired = "81709"
ExpirationDateYearIsInvalid = "81711"
ExpirationMonthIsInvalid = "81712"
@@ -172,10 +173,10 @@
CustomerDefaultPaymentMethodCardTypeIsNotAccepted = "81509"
CustomerDoesNotHaveCreditCard = "91511"
CustomerIdIsInvalid = "91510"
HasAlreadyBeenRefunded = "91512"
MerchantAccountIdIsInvalid = "91513"
- MerchantAccountIsSuspended = "91515"
+ MerchantAccountIsSuspended = "91514"
MerchantAccountDoesNotSupportRefunds = "91547"
MerchantAccountNameIsInvalid = "91513" # Deprecated
OrderIdIsTooLong = "91501"
PaymentMethodConflict = "91515"
PaymentMethodDoesNotBelongToCustomer = "91516"