Limit Stripe Payments to just Credit Cards

This commit is contained in:
johnnyq 2025-05-23 17:18:22 -04:00
parent e04fa1b696
commit f75445b4d0
1 changed files with 1 additions and 3 deletions

View File

@ -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 = [