From 6e8eb96f4fe4d147551abe340589937def40219f Mon Sep 17 00:00:00 2001 From: rizwanisready Date: Tue, 6 Aug 2024 21:12:30 +0530 Subject: [PATCH] getting discounted amount from transaction 2 --- 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 5acebce..06b75db 100644 --- a/templates/stripe_html/index.html +++ b/templates/stripe_html/index.html @@ -578,7 +578,7 @@ subscriptionId: subscriptionId, couponCode: couponCode, priceId: priceId, - discountAmount: discountAmount, + finalAmount: finalAmount, }), }) .then((result) => {