Set immediate payment notification on success

This commit is contained in:
David Bomba 2023-07-02 08:15:43 +10:00
parent f7e3ebad97
commit d6f7f1adee

View File

@ -106,7 +106,7 @@ class iDeal
'gateway_type_id' => GatewayType::IDEAL, 'gateway_type_id' => GatewayType::IDEAL,
]; ];
$this->stripe->createPayment($data, Payment::STATUS_PENDING); $this->stripe->createPayment($data, Payment::STATUS_COMPLETED);
SystemLogger::dispatch( SystemLogger::dispatch(
['response' => $this->stripe->payment_hash->data, 'data' => $data], ['response' => $this->stripe->payment_hash->data, 'data' => $data],