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/MerchantAccount.php

<?php

namespace Braintree\Test;

/**
 * Merchant Account constants used for testing purposes
 */
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";
}