Current Path : /var/www/alh/system/storage/vendor/braintree/braintree_php/lib/Braintree/Test/ |
Current File : /var/www/alh/system/storage/vendor/braintree/braintree_php/lib/Braintree/Test/MerchantAccount.php |
<?php /** * Merchant Account constants used for testing purposes * * @package Braintree * @subpackage Test * @copyright 2014 Braintree, a division of PayPal, Inc. */ class Braintree_Test_MerchantAccount { public static $approve = "approve_me"; public static $insufficientFundsContactUs = "insufficient_funds__contact"; public static $accountNotAuthorizedContactUs = "account_not_authorized__contact"; public static $bankRejectedUpdateFundingInformation = "bank_rejected__update"; public static $bankRejectedNone = "bank_rejected__none"; }