You are here

function integrationMerchantConfig in Commerce Braintree 7

2 calls to integrationMerchantConfig()
Braintree_PlanTest::testAll_withNoPlans_returnsEmptyArray in braintree_php/tests/integration/PlanTest.php
TestHelper.php in braintree_php/tests/TestHelper.php

File

braintree_php/tests/TestHelper.php, line 13

Code

function integrationMerchantConfig() {
  Braintree_Configuration::environment('development');
  Braintree_Configuration::merchantId('integration_merchant_id');
  Braintree_Configuration::publicKey('integration_public_key');
  Braintree_Configuration::privateKey('integration_private_key');
}