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 2dfe31a commit 1c98b32Copy full SHA for 1c98b32
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