lib/braintree/error_codes.rb in braintree-4.2.0 vs lib/braintree/error_codes.rb in braintree-4.3.0

- old
+ new

@@ -310,9 +310,10 @@ CustomerDoesNotHaveCreditCard = "91511" CustomerIdIsInvalid = "91510" DiscountAmountCannotBeNegative = "915160" DiscountAmountFormatIsInvalid = "915159" DiscountAmountIsTooLarge = "915161" + ExchangeRateQuoteIdTooLong = "915229" FailedAuthAdjustmentAllowRetry = "95603" FailedAuthAdjustmentHardDecline = "95602" FinalAuthSubmitForSettlementForDifferentAmount = "95601" HasAlreadyBeenRefunded = "91512" LineItemsExpected = "915158"