applyCoupon() публичный Метод

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