applyCoupon() 공개 메소드

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