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: {