lib/braintree/error_codes.rb in braintree-2.45.0 vs lib/braintree/error_codes.rb in braintree-2.46.0
- old
+ new
@@ -379,10 +379,11 @@
CountryNameIsInvalid = "93611"
CountryNameIsNotAccepted = "93610"
EmailFormatIsInvalid = "93602"
EmailIsRequired = "83601"
InconsistentCountry = "93612"
+ PaymentMethodsAreInvalid = "93613"
end
module MerchantAccount
IdIsTooLong = "82602"
IdFormatIsInvalid = "82603"
@@ -525,9 +526,17 @@
InvalidPublicKey = "93205"
InvalidSignature = "93206"
MissingFingerprint = "93201"
OptionsNotAllowedWithoutCustomer = "93207"
SignatureRevoked = "93203"
+ end
+
+ module OAuth
+ InvalidGrant = "93801";
+ InvalidCredentials = "93802";
+ InvalidScope = "93803";
+ InvalidRequest = "93804";
+ UnsupportedGrantType = "93805";
end
end
end