From 53a572c19e2e31974e738826c836a7b04d9ef878 Mon Sep 17 00:00:00 2001 From: rizwanisready Date: Fri, 26 Jul 2024 18:04:17 +0530 Subject: [PATCH] debugging coupon on stripe 3 --- templates/stripe_html/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/stripe_html/index.html b/templates/stripe_html/index.html index 0a30333..641afcb 100644 --- a/templates/stripe_html/index.html +++ b/templates/stripe_html/index.html @@ -569,7 +569,8 @@ 'Content-Type': 'application/json', }, body: JSON.stringify({ - subscriptionId: subscriptionId + subscriptionId: subscriptionId, + couponCode: couponCode }), }) .then((result) => {