You are here

TransactionAmounts.php in Commerce Braintree 7

File

braintree_php/lib/Braintree/Test/TransactionAmounts.php
View source
<?php

/**
 * Transaction amounts used for testing purposes
 *
 * @package    Braintree
 * @subpackage Test
 * @copyright  2010 Braintree Payment Solutions
 */

/**
 * 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
 */
class Braintree_Test_TransactionAmounts {
  public static $authorize = '1000.00';
  public static $decline = '2000.00';

}

Classes

Namesort descending Description
Braintree_Test_TransactionAmounts Transaction amounts used for testing purposes