You are here

public static function Braintree_TestHelper::defaultMerchantAccountId in Commerce Braintree 7

5 calls to Braintree_TestHelper::defaultMerchantAccountId()
Braintree_CreditCardTest::testUpdate_withCardVerification in braintree_php/tests/integration/CreditCardTest.php
Braintree_SubscriptionTest::testCreate_whenSuccessful in braintree_php/tests/integration/SubscriptionTest.php
Braintree_TransactionTest::testCredit_withoutMerchantAccountIdFallsBackToDefault in braintree_php/tests/integration/TransactionTest.php
Braintree_TransactionTest::testSale_withAllAttributes in braintree_php/tests/integration/TransactionTest.php
Braintree_TransactionTest::testSale_withoutMerchantAccountIdFallsBackToDefault in braintree_php/tests/integration/TransactionTest.php

File

braintree_php/tests/TestHelper.php, line 35

Class

Braintree_TestHelper

Code

public static function defaultMerchantAccountId() {
  return 'sandbox_credit_card';
}