Current Path : /var/test/www/storage/vendor/braintree/braintree_php/lib/Braintree/Test/ |
Current File : /var/test/www/storage/vendor/braintree/braintree_php/lib/Braintree/Test/TransactionAmounts.php |
<?php /** * 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 2014 Braintree, a division of PayPal, Inc. */ class Braintree_Test_TransactionAmounts { public static $authorize = '1000.00'; public static $decline = '2000.00'; }