1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 21:22:58 +01:00
This commit is contained in:
Benjamin Beganović 2021-07-27 11:46:12 +02:00
parent 548405c4d8
commit 3d12fd80e8

View File

@ -74,7 +74,7 @@ class CreditCard
SystemLog::TYPE_MOLLIE
);
$this->processSuccessfulPayment($payment);
return $this->processSuccessfulPayment($payment);
}
if ($payment->status === 'open') {