Skip to content

Commit 63a497e

Browse files
author
Aliaksei Yakimovich2
committed
MAGETWO-98947: UPS CGI url gateway to migrate from http to https
- Fixed api-functional tests;
1 parent 965aaaf commit 63a497e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

dev/tests/integration/testsuite/Magento/Ups/_files/enable_ups_shipping_method.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
$configWriter = $objectManager->get(WriterInterface::class);
1616

1717
$configWriter->save('carriers/ups/active', 1);
18+
$configWriter->save('carriers/ups/type', "UPS");
1819

1920
$scopeConfig = $objectManager->get(ScopeConfigInterface::class);
2021
$scopeConfig->clean();

dev/tests/integration/testsuite/Magento/Ups/_files/enable_ups_shipping_method_rollback.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@
1414
$configWriter = $objectManager->create(WriterInterface::class);
1515

1616
$configWriter->delete('carriers/ups/active');
17+
$configWriter->delete('carriers/ups/type');

0 commit comments

Comments
 (0)