Your IP : 216.73.216.43


Current Path : /home/rtorresani/www/vendor/braintree/braintree_php/lib/Braintree/Test/
Upload File :
Current File : //home/rtorresani/www/vendor/braintree/braintree_php/lib/Braintree/Test/TransactionAmounts.php

<?php

namespace Braintree\Test;

/**
 * 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.
 */
class TransactionAmounts
{
    public static $authorize   = '1000.00';
    public static $decline     = '2000.00';
    public static $hardDecline = '2015.00';
}