lib/braintree/error_codes.rb in braintree-3.3.0 vs lib/braintree/error_codes.rb in braintree-3.4.0
- old
+ new
@@ -269,10 +269,11 @@
QuantityMustBeGreaterThanZero = "92010"
end
end
module Transaction
+ AdjustmentAmountMustBeGreaterThanZero = "95605"
AmountCannotBeNegative = "81501"
AmountDoesNotMatch3DSecureAmount = "91585"
AmountFormatIsInvalid = "81503" # Keep for backwards compatibility
AmountIsInvalid = "81503" # Keep for backwards compatibility
AmountIsRequired = "81502"
@@ -320,10 +321,11 @@
MerchantAccountDoesNotSupportMOTO = "91558"
MerchantAccountDoesNotSupportRefunds = "91547"
MerchantAccountIdDoesNotMatchSubscription = "915180"
MerchantAccountIdIsInvalid = "91513"
MerchantAccountIsSuspended = "91514"
+ NoNetAmountToPerformAuthAdjustment = "95606"
OrderIdIsTooLong = "91501"
PayPalAuthExpired = "91579"
PayPalNotEnabled = "91576"
PayPalVaultRecordMissingData = "91583"
PaymentInstrumentNotSupportedByMerchantAccount = "91577"
@@ -341,12 +343,15 @@
PaymentMethodTokenCardTypeIsNotAccepted = "91517"
PaymentMethodTokenIsInvalid = "91518"
ProcessorAuthorizationCodeCannotBeSet = "91519"
ProcessorAuthorizationCodeIsInvalid = "81520"
ProcessorDoesNotSupportAuths = "915104"
+ ProcessorDoesNotSupportAuthAdjustment = "915222"
ProcessorDoesNotSupportCredits = "91546"
+ ProcessorDoesNotSupportIncrementalAuth = "915220"
ProcessorDoesNotSupportMotoForCardType = "915195"
+ ProcessorDoesNotSupportPartialAuthReversal = "915221"
ProcessorDoesNotSupportPartialSettlement = "915102"
ProcessorDoesNotSupportUpdatingDescriptor = "915108"
ProcessorDoesNotSupportUpdatingOrderId = "915107"
ProcessorDoesNotSupportUpdatingTransactionDetails = "915130"
ProcessorDoesNotSupportVoiceAuthorizations = "91545"
@@ -396,9 +401,11 @@
ThreeDSecureTokenIsInvalid = "91568"
ThreeDSecureTransactionDataDoesntMatchVerify = "91570"
ThreeDSecureTransactionPaymentMethodDoesntMatchThreeDSecureAuthenticationPaymentMethod = "915197"
ThreeDSecureXidIsRequired = "915115"
TooManyLineItems = "915157"
+ TransactionIsNotEligibleForAdjustment = "915219"
+ TransactionMustBeInStateAuthorized = "915218"
TransactionSourceIsInvalid = "915133"
TypeIsInvalid = "91523"
TypeIsRequired = "91524"
UnsupportedVoiceAuthorization = "91539"
UsBankAccountNonceMustBePlaidVerified = "915171"