applyCoupon() public method

public applyCoupon ( $code )
Example #1
0
 public function xApplyCouponCodeAction()
 {
     $this->billing->applyCoupon($this->getParam('couponCode'));
     $this->response->success("Coupon successfully applied to your subscription");
 }