Preview: MerchantAccount.php
Size: 687 B
/home/godevadmin/www/admin/braintree/final/braintree_php-master/lib/Braintree/Test/MerchantAccount.php
<?php
namespace Braintree\Test;
/**
* Merchant Account constants used for testing purposes
*
* @package Braintree
* @subpackage Test
* @copyright 2015 Braintree, a division of PayPal, Inc.
*/
class 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";
}
class_alias('Braintree\Test\MerchantAccount', 'Braintree_Test_MerchantAccount');
Directory Contents
Dirs: 0 × Files: 6