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.
2 parents 5a8ef03 + 1c98b32 commit 1483db5Copy full SHA for 1483db5
app/code/Magento/Msrp/Pricing/MsrpPriceCalculator.php
@@ -23,7 +23,7 @@ class MsrpPriceCalculator implements MsrpPriceCalculatorInterface
23
/**
24
* @param array $msrpPriceCalculators
25
*/
26
- public function __construct(array $msrpPriceCalculators)
+ public function __construct(array $msrpPriceCalculators = [])
27
{
28
$this->msrpPriceCalculators = $this->getMsrpPriceCalculators($msrpPriceCalculators);
29
}
0 commit comments