Ejemplo n.º 1
0
        public ActionResult PaymentMethod(bool?UseRewardPoints)
        {
            _apiService.ApplyRewardPoints(UseRewardPoints ?? false);

            return(RedirectToAction("Confirm", "Checkout", new { area = "" }));
        }