lib/braintree/error_codes.rb in braintree-2.60.0 vs lib/braintree/error_codes.rb in braintree-2.61.0
- old
+ new
@@ -276,10 +276,11 @@
CannotRefundWithPendingMerchantAccount = "91559"
CannotRefundWithSuspendedMerchantAccount = "91538"
CannotReleaseFromEscrow = "91561"
CannotSimulateTransactionSettlement = "91575"
CannotSubmitForSettlement = "91507"
+ CannotUpdateTransactionDetailsNotSubmittedForSettlement = "915129"
ChannelIsTooLong = "91550"
CreditCardIsRequired = "91508"
CustomFieldIsInvalid = "91526"
CustomFieldIsTooLong = "81527"
CustomerDefaultPaymentMethodCardTypeIsNotAccepted = "81509"
@@ -311,9 +312,10 @@
ProcessorAuthorizationCodeCannotBeSet = "91519"
ProcessorAuthorizationCodeIsInvalid = "81520"
ProcessorDoesNotSupportAuths = "915104"
ProcessorDoesNotSupportUpdatingOrderId = "915107"
ProcessorDoesNotSupportUpdatingDescriptor = "915108"
+ ProcessorDoesNotSupportUpdatingTransactionDetails = "915130"
ProcessorDoesNotSupportCredits = "91546"
ProcessorDoesNotSupportPartialSettlement = "915102"
ProcessorDoesNotSupportVoiceAuthorizations = "91545"
PurchaseOrderNumberIsInvalid = "91548"
PurchaseOrderNumberIsTooLong = "91537"