public static function Braintree_TestHelper::nonDefaultMerchantAccountId in Commerce Braintree 7
7 calls to Braintree_TestHelper::nonDefaultMerchantAccountId()
- Braintree_CreditCardTest::testCreate_withCardVerificationAndSpecificMerchantAccount in braintree_php/
tests/ integration/ CreditCardTest.php - Braintree_CreditCardTest::testUpdate_withCardVerificationAndSpecificMerchantAccount in braintree_php/
tests/ integration/ CreditCardTest.php - Braintree_CustomerTest::testCreate_withCreditCardAndSpecificVerificationMerchantAccount in braintree_php/
tests/ integration/ CustomerTest.php - Braintree_SubscriptionSearchTest::testSearch_merchantAccountId in braintree_php/
tests/ integration/ SubscriptionSearchTest.php - Braintree_SubscriptionTest::testCreate_canSetTheMerchantAccountId in braintree_php/
tests/ integration/ SubscriptionTest.php
File
- braintree_php/
tests/ TestHelper.php, line 40
Class
Code
public static function nonDefaultMerchantAccountId() {
return 'sandbox_credit_card_non_default';
}