Skip to content

Commit

Permalink
Merge branch '4.3' into feature/extra-product-condition-rules
Browse files Browse the repository at this point in the history
  • Loading branch information
nfourtythree committed Jul 13, 2023
2 parents c207e24 + 23d9308 commit 3a54147
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,6 @@ public function modifyQuery(ElementQueryInterface $query): void
public function matchElement(ElementInterface $element): bool
{
/** @var Product $element */
return $this->matchValue((string)$element->getType());
return $this->matchValue($element->getType()->uid);
}
}

0 comments on commit 3a54147

Please sign in to comment.