public virtual ActionResult RemovePromoCode(string id, string promoCode) { var resp = _basketApi.RemovePromoCode(Sanitizer.GetSafeHtmlFragment(id), Sanitizer.GetSafeHtmlFragment(promoCode)); return(JsonSuccess(resp, JsonRequestBehavior.AllowGet)); }