mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 12:24:30 -04:00
Minor fix
This commit is contained in:
parent
6b163f1d3f
commit
360282dce4
@ -83,7 +83,7 @@ class BACS
|
||||
'payment_hash' => $this->stripe->payment_hash->hash,
|
||||
'gateway_type_id' => GatewayType::BACS,
|
||||
],
|
||||
'setup_future_usage' => 'off_session',
|
||||
'confirm' => true,
|
||||
];
|
||||
|
||||
$data['intent'] = $this->stripe->createPaymentIntent($payment_intent_data);
|
||||
|
Loading…
x
Reference in New Issue
Block a user