lib/braintree/error_codes.rb in braintree-2.79.0 vs lib/braintree/error_codes.rb in braintree-2.80.0
- old
+ new
@@ -308,9 +308,18 @@
FailedAuthAdjustmentAllowRetry = "95603"
FailedAuthAdjustmentHardDecline = "95602"
FinalAuthSubmitForSettlementForDifferentAmount = "95601"
HasAlreadyBeenRefunded = "91512"
IdealPaymentNotComplete = "815141"
+ DiscountAmountFormatIsInvalid = "915159"
+ DiscountAmountCannotBeNegative = "915160"
+ DiscountAmountIsTooLarge = "915161"
+ ShippingAmountFormatIsInvalid = "915162"
+ ShippingAmountCannotBeNegative = "915163"
+ ShippingAmountIsTooLarge = "915164"
+ ShipsFromPostalCodeIsTooLong = "915165"
+ ShipsFromPostalCodeIsInvalid = "915166"
+ ShipsFromPostalCodeInvalidCharacters = "915167"
IdealPaymentsCannotBeVaulted = "915150"
MerchantAccountDoesNotMatch3DSecureMerchantAccount = "91584"
MerchantAccountDoesNotMatchIdealPaymentMerchantAccount = "915143"
MerchantAccountDoesNotSupportMOTO = "91558"
MerchantAccountDoesNotSupportRefunds = "91547"