mirror of
https://github.com/itflow-org/itflow
synced 2026-03-09 15:24:51 +00:00
Limit Stripe Payments to just Credit Cards
This commit is contained in:
@@ -97,9 +97,7 @@ if (isset($_GET['stripe_create_pi'])) {
|
|||||||
'itflow_invoice_number' => $invoice_prefix . $invoice_number,
|
'itflow_invoice_number' => $invoice_prefix . $invoice_number,
|
||||||
'itflow_invoice_id' => $invoice_id,
|
'itflow_invoice_id' => $invoice_id,
|
||||||
],
|
],
|
||||||
'automatic_payment_methods' => [
|
'payment_method_types' => ['card'],
|
||||||
'enabled' => true,
|
|
||||||
],
|
|
||||||
]);
|
]);
|
||||||
|
|
||||||
$output = [
|
$output = [
|
||||||
|
|||||||
Reference in New Issue
Block a user