From 1afda70bf112e0357f21fc58886b0cdea33d0be1 Mon Sep 17 00:00:00 2001 From: rizwanisready Date: Fri, 24 May 2024 21:19:14 +0530 Subject: [PATCH] existing subscription validation 8 --- 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 75ff006..23afde9 100644 --- a/templates/stripe_html/index.html +++ b/templates/stripe_html/index.html @@ -548,7 +548,7 @@ }) .catch((error) => { console.error("Error:", error); - document.getElementById('error-message').innerText = "Error: " + error.message; + document.getElementById('already-active-subscription').innerText = "Error: " + error.message; button.disabled = false; }); });