mirror of https://github.com/itflow-org/itflow
Limit Stripe Payments to just Credit Cards
This commit is contained in:
parent
e04fa1b696
commit
f75445b4d0
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Reference in New Issue