Minor fix

This commit is contained in:
Lars Kusch 2022-12-17 06:29:21 +01:00
parent 6b163f1d3f
commit 360282dce4

View File

@ -83,7 +83,7 @@ class BACS
'payment_hash' => $this->stripe->payment_hash->hash, 'payment_hash' => $this->stripe->payment_hash->hash,
'gateway_type_id' => GatewayType::BACS, 'gateway_type_id' => GatewayType::BACS,
], ],
'setup_future_usage' => 'off_session', 'confirm' => true,
]; ];
$data['intent'] = $this->stripe->createPaymentIntent($payment_intent_data); $data['intent'] = $this->stripe->createPaymentIntent($payment_intent_data);