Beispiel #1
0
        public ActionResult Checkout(string checkoutData)
        {
            var stripeData = _stripeService.DecryptCheckoutData(checkoutData);

            GetCheckoutData(stripeData);
            return(RedirectToAction("Ship"));
        }