We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b557f6 commit e8fdeebCopy full SHA for e8fdeeb
app/code/Magento/InventoryApi/Test/Api/SourceRepository/UpdateTest.php
@@ -45,11 +45,11 @@ public function testUpdate()
45
SourceInterface::USE_DEFAULT_CARRIER_CONFIG => 0,
46
SourceInterface::CARRIER_LINKS => [
47
[
48
- SourceCarrierLinkInterface::CARRIER_CODE => 'ups-updated',
+ SourceCarrierLinkInterface::CARRIER_CODE => 'dhl',
49
SourceCarrierLinkInterface::POSITION => 2000,
50
],
51
52
- SourceCarrierLinkInterface::CARRIER_CODE => 'usps-updated',
+ SourceCarrierLinkInterface::CARRIER_CODE => 'fedex',
53
SourceCarrierLinkInterface::POSITION => 3000,
54
55
0 commit comments