Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
website_payment_configuration_rollback.php
Go to the documentation of this file.
1 <?php
6 declare(strict_types=1);
7 
12 
13 require __DIR__ . '/process_config_data.php';
14 
15 $objectManager = Bootstrap::getObjectManager();
16 
18  'payment/payflowpro/partner',
19  'payment/payflowpro/vendor',
20  'payment/payflowpro/user',
21  'payment/payflowpro/pwd',
22 ];
24 $configWriter = $objectManager->get(WriterInterface::class);
26 $websiteRepository = $objectManager->get(WebsiteRepositoryInterface::class);
28 $deleteConfigData($configWriter, $configData, ScopeInterface::SCOPE_WEBSITES, (int)$website->getId());
29 
30 require __DIR__ . '/../../Store/_files/second_website_with_two_stores_rollback.php';
defined('TESTS_BP')||define('TESTS_BP' __DIR__
Definition: _bootstrap.php:60