File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
dev/tests/api-functional/_files/Magento/TestModuleUps/Model Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 1212use Magento \Framework \Xml \Security ;
1313use Magento \Shipping \Model \Rate \Result \ProxyDeferredFactory ;
1414use 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 ,
You can’t perform that action at this time.
0 commit comments