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 12
12
use Magento \Framework \Xml \Security ;
13
13
use Magento \Shipping \Model \Rate \Result \ProxyDeferredFactory ;
14
14
use Magento \Ups \Helper \Config ;
15
+ use Magento \Ups \Model \UpsAuth ;
15
16
16
17
/**
17
18
* Mock UPS shipping implementation
@@ -42,6 +43,7 @@ class Carrier extends \Magento\Ups\Model\Carrier
42
43
* @param \Magento\CatalogInventory\Api\StockRegistryInterface $stockRegistry
43
44
* @param \Magento\Framework\Locale\FormatInterface $localeFormat
44
45
* @param Config $configHelper
46
+ * @param UpsAuth $upsAuth
45
47
* @param ClientFactory $httpClientFactory
46
48
* @param array $data
47
49
* @param AsyncClientInterface $asyncHttpClient
@@ -68,6 +70,7 @@ public function __construct(
68
70
\Magento \CatalogInventory \Api \StockRegistryInterface $ stockRegistry ,
69
71
\Magento \Framework \Locale \FormatInterface $ localeFormat ,
70
72
Config $ configHelper ,
73
+ UpsAuth $ upsAuth ,
71
74
ClientFactory $ httpClientFactory ,
72
75
AsyncClientInterface $ asyncHttpClient ,
73
76
ProxyDeferredFactory $ proxyDeferredFactory ,
@@ -92,6 +95,7 @@ public function __construct(
92
95
$ stockRegistry ,
93
96
$ localeFormat ,
94
97
$ configHelper ,
98
+ $ upsAuth ,
95
99
$ httpClientFactory ,
96
100
$ data ,
97
101
$ asyncHttpClient ,
You can’t perform that action at this time.
0 commit comments