mirror of
https://github.com/itflow-org/itflow
synced 2026-03-11 00:04:50 +00:00
Fix Stripe Add Payment in client portal regression on CSRF check
This commit is contained in:
@@ -783,7 +783,7 @@ if (isset($_POST['create_stripe_customer'])) {
|
|||||||
|
|
||||||
if (isset($_GET['create_stripe_checkout'])) {
|
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
|
// This page is called by autopay_setup_stripe.js, returns a Checkout Session client_secret
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user