Minor fix
This commit is contained in:
parent
6b163f1d3f
commit
360282dce4
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue