From fd59709af53a59ea35fd4d53323a2fe940c55e2f Mon Sep 17 00:00:00 2001 From: wrongecho Date: Fri, 17 Jan 2025 20:28:09 +0000 Subject: [PATCH] Fix stripe auto-pay not fetching publishable key --- js/autopay_setup_stripe.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/js/autopay_setup_stripe.js b/js/autopay_setup_stripe.js index 8d8da308..8b67a849 100644 --- a/js/autopay_setup_stripe.js +++ b/js/autopay_setup_stripe.js @@ -1,6 +1,4 @@ // Initialize Stripe.js -//const stripe = Stripe('pk_test_51QhHFaH1DlldW47DoEgLXkXD65rtGgpXrS2H9mlC9tF117NtExGVvdsVpnS0whz0s4wuTgN4Yl2hjW8ERXYHV3fP00ZKjrya8n'); - const stripe = Stripe(document.getElementById("stripe_publishable_key").value); initialize();