More fixes

This commit is contained in:
Lars Kusch 2023-01-16 15:40:28 +01:00
parent 315f4e1095
commit cd2d1d690d

View File

@ -96,7 +96,7 @@ class BACS
'confirm' => true,
];
$state = [
'payment_hash' => $request->payment_hash,
'payment_hash' => $this->stripe->payment_hash->hash,
'payment_intent' => $this->stripe->createPaymentIntent($payment_intent_data),
];
$state = array_merge($state, $request->all());