class Braintree_Test_TransactionAmounts in Commerce Braintree 7
Transaction amounts used for testing purposes
The constants in this class can be used to create transactions with the desired status in the sandbox environment.
@package Braintree @subpackage Test @copyright 2010 Braintree Payment Solutions
Hierarchy
Expanded class hierarchy of Braintree_Test_TransactionAmounts
File
- braintree_php/
lib/ Braintree/ Test/ TransactionAmounts.php, line 20
View source
class Braintree_Test_TransactionAmounts {
public static $authorize = '1000.00';
public static $decline = '2000.00';
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
Braintree_Test_TransactionAmounts:: |
public static | property | ||
Braintree_Test_TransactionAmounts:: |
public static | property |