applyCoupon() public method

public applyCoupon ( string $couponCode )
$couponCode string
コード例 #1
0
ファイル: CartContext.php プロジェクト: sylius/sylius
 /**
  * @Given I use coupon with code :couponCode
  */
 public function iUseCouponWithCode($couponCode)
 {
     $this->summaryPage->applyCoupon($couponCode);
 }