lib/braintree/transaction.rb in braintree-2.45.0 vs lib/braintree/transaction.rb in braintree-2.46.0
- old
+ new
@@ -16,9 +16,10 @@
Refunded = 'refunded'
Unrecognized = 'unrecognized'
end
module GatewayRejectionReason
+ ApplicationIncomplete = "application_incomplete"
AVS = "avs"
AVSAndCVV = "avs_and_cvv"
CVV = "cvv"
Duplicate = "duplicate"
Fraud = "fraud"