Fix Stripe Add Payment in client portal regression on CSRF check

This commit is contained in:
johnnyq
2026-03-07 13:17:24 -05:00
parent 8de7b20ba1
commit 726b1cd42b

View File

@@ -783,7 +783,7 @@ if (isset($_POST['create_stripe_customer'])) {
if (isset($_GET['create_stripe_checkout'])) {
validateCSRFToken($_GET['csrf_token']);
//validateCSRFToken($_GET['csrf_token']);
// This page is called by autopay_setup_stripe.js, returns a Checkout Session client_secret