Skip to content

Commit 8974d05

Browse files
Aasim Goriyaaasim110
authored andcommitted
Fixed: Static Tests issue
1 parent 6f74fd6 commit 8974d05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/SalesRule/Model/Validator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ public function initTotals($items, Address $address)
478478
$validItemsCount = 0;
479479

480480
foreach ($items as $item) {
481-
if($item->getHasChildren()){
481+
if ($item->getHasChildren()) {
482482
continue;
483483
}
484484
if (!$this->isValidItemForRule($item, $rule)

0 commit comments

Comments
 (0)