14 require
__DIR__ .
'/../../../Magento/Customer/_files/customer.php';
18 $config->setDataByPath(
'payment/' . ConfigProvider::PAYPAL_CODE .
'/active', 1);
20 $config->setDataByPath(
'payment/' . ConfigProvider::PAYPAL_VAULT_CODE .
'/active', 1);
30 ->setPaymentMethodCode(ConfigProvider::PAYPAL_CODE)
31 ->setType(AccountPaymentTokenFactory::TOKEN_TYPE_ACCOUNT)
32 ->setGatewayToken(
'mx29vk')
37 ->setExpiresAt(date(
'Y-m-d H:i:s', strtotime(
'+1 year')));
defined('TESTS_BP')||define('TESTS_BP' __DIR__