Skip to content

Commit 28f0764

Browse files
committed
Merge branch 'AC-8918' of https://github.com/magento-gl/magento2ce into AC-8918
2 parents 5f23d1e + 111cd57 commit 28f0764

File tree

1 file changed

+4
-0
lines changed
  • dev/tests/api-functional/_files/Magento/TestModuleUps/Model

1 file changed

+4
-0
lines changed

dev/tests/api-functional/_files/Magento/TestModuleUps/Model/Carrier.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
use Magento\Framework\Xml\Security;
1313
use Magento\Shipping\Model\Rate\Result\ProxyDeferredFactory;
1414
use Magento\Ups\Helper\Config;
15+
use Magento\Ups\Model\UpsAuth;
1516

1617
/**
1718
* Mock UPS shipping implementation
@@ -42,6 +43,7 @@ class Carrier extends \Magento\Ups\Model\Carrier
4243
* @param \Magento\CatalogInventory\Api\StockRegistryInterface $stockRegistry
4344
* @param \Magento\Framework\Locale\FormatInterface $localeFormat
4445
* @param Config $configHelper
46+
* @param UpsAuth $upsAuth
4547
* @param ClientFactory $httpClientFactory
4648
* @param array $data
4749
* @param AsyncClientInterface $asyncHttpClient
@@ -68,6 +70,7 @@ public function __construct(
6870
\Magento\CatalogInventory\Api\StockRegistryInterface $stockRegistry,
6971
\Magento\Framework\Locale\FormatInterface $localeFormat,
7072
Config $configHelper,
73+
UpsAuth $upsAuth,
7174
ClientFactory $httpClientFactory,
7275
AsyncClientInterface $asyncHttpClient,
7376
ProxyDeferredFactory $proxyDeferredFactory,
@@ -92,6 +95,7 @@ public function __construct(
9295
$stockRegistry,
9396
$localeFormat,
9497
$configHelper,
98+
$upsAuth,
9599
$httpClientFactory,
96100
$data,
97101
$asyncHttpClient,

0 commit comments

Comments
 (0)