mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
More fixes
This commit is contained in:
parent
315f4e1095
commit
cd2d1d690d
@ -96,7 +96,7 @@ class BACS
|
|||||||
'confirm' => true,
|
'confirm' => true,
|
||||||
];
|
];
|
||||||
$state = [
|
$state = [
|
||||||
'payment_hash' => $request->payment_hash,
|
'payment_hash' => $this->stripe->payment_hash->hash,
|
||||||
'payment_intent' => $this->stripe->createPaymentIntent($payment_intent_data),
|
'payment_intent' => $this->stripe->createPaymentIntent($payment_intent_data),
|
||||||
];
|
];
|
||||||
$state = array_merge($state, $request->all());
|
$state = array_merge($state, $request->all());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user