lib/braintree/error_codes.rb in braintree-2.90.0 vs lib/braintree/error_codes.rb in braintree-2.91.0
- old
+ new
@@ -326,10 +326,11 @@
FailedAuthAdjustmentAllowRetry = "95603"
FailedAuthAdjustmentHardDecline = "95602"
FinalAuthSubmitForSettlementForDifferentAmount = "95601"
HasAlreadyBeenRefunded = "91512"
IdealPaymentNotComplete = "815141"
+ PaymentInstrumentWithExternalVaultIsInvalid = "915176"
TooManyLineItems = "915157"
LineItemsExpected = "915158"
DiscountAmountFormatIsInvalid = "915159"
DiscountAmountCannotBeNegative = "915160"
DiscountAmountIsTooLarge = "915161"
@@ -436,9 +437,16 @@
TravelPackageIsInvalid = "93410"
DepartureDateIsInvalid = "93411"
LodgingCheckInDateIsInvalid = "93412"
LodgingCheckOutDateIsInvalid = "93413"
end
+ end
+
+ module ExternalVault
+ StatusIsInvalid = "915175"
+ CardTypeIsInvalid = "915178"
+ StatusWithPreviousNetworkTransactionIdIsInvalid = "915177"
+ PreviousNetworkTransactionIdIsInvalid = "915179"
end
end
module TransactionLineItem
CommodityCodeIsTooLong = "95801"