Module Braintree::Test::TransactionAmounts
In: lib/braintree/test/transaction_amounts.rb

The constants in this module can be used to create transactions with the desired status in the sandbox environment.

Constants

Authorize = "1000.00"
Decline = "2000.00"
Fail = "3000.00"

[Validate]