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 83a84a3 commit 7ec7d65Copy full SHA for 7ec7d65
app/code/Magento/SalesRule/Model/RulesApplier.php
@@ -51,8 +51,7 @@ public function __construct(
51
\Magento\Framework\Event\ManagerInterface $eventManager,
52
\Magento\SalesRule\Model\Utility $utility,
53
ChildrenValidationLocator $childrenValidationLocator = null
54
- )
55
- {
+ ) {
56
$this->calculatorFactory = $calculatorFactory;
57
$this->validatorUtility = $utility;
58
$this->_eventManager = $eventManager;
@@ -236,8 +235,7 @@ protected function eventFix(
236
235
\Magento\Quote\Model\Quote\Item\AbstractItem $item,
237
\Magento\SalesRule\Model\Rule $rule,
238
$qty
239
240
241
$quote = $item->getQuote();
242
$address = $item->getAddress();
243
0 commit comments