From f7d904fee12070d258c4c57c2e06c09cf7855d22 Mon Sep 17 00:00:00 2001 From: rizwanisready Date: Thu, 1 Aug 2024 16:25:49 +0530 Subject: [PATCH] auto recurring testing phase 15 --- templates/stripe_html/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/stripe_html/index.html b/templates/stripe_html/index.html index d8f7a8c..d82de43 100644 --- a/templates/stripe_html/index.html +++ b/templates/stripe_html/index.html @@ -566,7 +566,7 @@ .then(data => { // Creating checkout session for the selected subscription console.log("Data:", data); - console.log("data.coupon.id:", data.coupon.id); + console.log("data.coupon:", data.coupon); fetch(stripeFinalUrl, { method: "POST", headers: {