From ce1def244d9003c2de6aa7ff1ed5a50afc0d21ad Mon Sep 17 00:00:00 2001 From: James Richie Date: Thu, 13 Aug 2026 17:26:08 -0400 Subject: [PATCH] removed all the payment/stripe code: --- js/content.js | 2 +- nbproject/private/private.xml | 4 ++++ xsl/content.xsl | 8 ++++---- 3 files changed, 9 insertions(+), 5 deletions(-) create mode 100644 nbproject/private/private.xml diff --git a/js/content.js b/js/content.js index 75f57dd..64f9d15 100644 --- a/js/content.js +++ b/js/content.js @@ -17,7 +17,7 @@ $(document).ready(function () { $(".user-subscriptions").on("click", function () { - $sessionStorage.action = "Subscriptions.userSubscriptions"; + $sessionStorage.action = "StripePayments.checkout"; sessionStorage.setItem($application, JSON.stringify($sessionStorage)); diff --git a/nbproject/private/private.xml b/nbproject/private/private.xml new file mode 100644 index 0000000..4750962 --- /dev/null +++ b/nbproject/private/private.xml @@ -0,0 +1,4 @@ + + + + diff --git a/xsl/content.xsl b/xsl/content.xsl index 0413c17..a351361 100644 --- a/xsl/content.xsl +++ b/xsl/content.xsl @@ -80,12 +80,12 @@