Sylius\Behat\Context\Setup\PromotionContext::itGivesPercentageDiscountToEveryOrder PHP Method

itGivesPercentageDiscountToEveryOrder() public method

public itGivesPercentageDiscountToEveryOrder ( Sylius\Component\Core\Model\PromotionInterface $promotion, $discount )
$promotion Sylius\Component\Core\Model\PromotionInterface
    public function itGivesPercentageDiscountToEveryOrder(PromotionInterface $promotion, $discount)
    {
        $this->createPercentagePromotion($promotion, $discount);
    }
PromotionContext