Skip to content

Commit

Permalink
Added: Missed function to PromotionRuleFactoryInterface
Browse files Browse the repository at this point in the history
  • Loading branch information
igormukhingmailcom committed Oct 12, 2021
1 parent 1322e0f commit f24e3d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Factory/PromotionRuleFactoryInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ public function createByType(string $type, array $configuration, bool $strict =

public function createHasTaxon(array $taxonCodes): PromotionRuleInterface;

public function createHasNotTaxon(array $taxonCodes): PromotionRuleInterface;

public function createContainsProduct(string $productCode): PromotionRuleInterface;

public function createContainsProducts(array $productCodes): PromotionRuleInterface;
Expand Down

0 comments on commit f24e3d6

Please sign in to comment.