applyCoupon() public method

public applyCoupon ( string $couponCode )
$couponCode string
Beispiel #1
0
 /**
  * @Given I use coupon with code :couponCode
  */
 public function iUseCouponWithCode($couponCode)
 {
     $this->summaryPage->applyCoupon($couponCode);
 }