From 77be3218b72bc7f4a90f8f39de822f5c9b0f0689 Mon Sep 17 00:00:00 2001 From: rizwanisready Date: Mon, 29 Jul 2024 12:14:43 +0530 Subject: [PATCH] debugging on stripe subscription 3 --- templates/stripe_html/index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/stripe_html/index.html b/templates/stripe_html/index.html index 641afcb..019463b 100644 --- a/templates/stripe_html/index.html +++ b/templates/stripe_html/index.html @@ -577,6 +577,8 @@ return result.json(); }) .then((data) => { + console.log("data: ", data); + console.log("data.sessionId: ", data.sessionId); // Redirects to Stripe Checkout return stripe.redirectToCheckout({ sessionId: data.sessionId