Skip to content

Commit

Permalink
Update CarrierFactory.php
Browse files Browse the repository at this point in the history
  • Loading branch information
bardkalbakk authored Aug 30, 2017
1 parent a67e392 commit 33f9145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/Magento/Shipping/Model/CarrierFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ public function createIfActive($carrierCode, $storeId = null)
return $this->_scopeConfig->isSetFlag(
'carriers/' . $carrierCode . '/active',
\Magento\Store\Model\ScopeInterface::SCOPE_STORE,
$storeId
$storeId
) ? $this->create(
$carrierCode,
$storeId
Expand Down

0 comments on commit 33f9145

Please sign in to comment.