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 034c5fd commit dca9482Copy full SHA for dca9482
app/code/Magento/Tax/Model/Calculation/RateRepository.php
@@ -91,7 +91,7 @@ public function __construct(
91
RegionFactory $regionFactory,
92
\Magento\Tax\Model\ResourceModel\Calculation\Rate $rateResource,
93
\Magento\Framework\Api\ExtensionAttribute\JoinProcessorInterface $joinProcessor,
94
- CollectionProcessorInterface $collectionProcessor
+ CollectionProcessorInterface $collectionProcessor = null
95
) {
96
$this->converter = $converter;
97
$this->rateRegistry = $rateRegistry;
0 commit comments