Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
default_payment_configuration_rollback.php
Go to the documentation of this file.
1 <?php
6 declare(strict_types=1);
7 
11 
12 require __DIR__ . '/process_config_data.php';
13 
14 $objectManager = Bootstrap::getObjectManager();
15 
17  'payment/payflowpro/partner',
18  'payment/payflowpro/vendor',
19  'payment/payflowpro/user',
20  'payment/payflowpro/pwd',
21 ];
23 $configWriter = $objectManager->get(WriterInterface::class);
24 $deleteConfigData($configWriter, $configData, ScopeConfigInterface::SCOPE_TYPE_DEFAULT, 0);
defined('TESTS_BP')||define('TESTS_BP' __DIR__
Definition: _bootstrap.php:60