lib/braintree/error_codes.rb in braintree-1.0.0 vs lib/braintree/error_codes.rb in braintree-1.0.1
- old
+ new
@@ -19,10 +19,11 @@
end
module CreditCard
BillingAddressConflict = "91701"
BillingAddressIdIsInvalid = "91702"
+ CardholderNameIsTooLong = "81723"
CreditCardTypeIsNotAccepted = "81703"
CustomerIdIsRequired = "91704"
CustomerIdIsInvalid = "91705"
CvvIsRequired = "81706"
CvvIsInvalid = "81707"
@@ -75,15 +76,14 @@
CustomerIdIsInvalid = "91510"
CustomerDoesNotHaveCreditCard = "91511"
HasAlreadyBeenRefunded = "91512"
MerchantAccountNameIsInvalid = "91513"
MerchantAccountIsSuspended = "91514"
+ OrderIdIsTooLong = "91501"
PaymentMethodConflict = "91515"
PaymentMethodDoesNotBelongToCustomer = "91516"
PaymentMethodTokenCardTypeIsNotAccepted = "91517"
PaymentMethodTokenIsInvalid = "91518"
- ProcessorAuthorizationCodeCannotBeSet = "91519"
- ProcessorAuthorizationCodeIsInvalid = "81520"
RefundAmountIsTooLarge = "91521"
SettlementAmountIsTooLarge = "91522"
TypeIsInvalid = "91523"
TypeIsRequired = "91524"
module Options