From f75445b4d0a1b6e88b8d8790ba9d16f6d180da2d Mon Sep 17 00:00:00 2001 From: johnnyq Date: Fri, 23 May 2025 17:18:22 -0400 Subject: [PATCH] Limit Stripe Payments to just Credit Cards --- guest/guest_ajax.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/guest/guest_ajax.php b/guest/guest_ajax.php index 8c35e4eb..7e73c451 100644 --- a/guest/guest_ajax.php +++ b/guest/guest_ajax.php @@ -97,9 +97,7 @@ if (isset($_GET['stripe_create_pi'])) { 'itflow_invoice_number' => $invoice_prefix . $invoice_number, 'itflow_invoice_id' => $invoice_id, ], - 'automatic_payment_methods' => [ - 'enabled' => true, - ], + 'payment_method_types' => ['card'], ]); $output = [