mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 21:22:58 +01:00
Minor fixes for Mollie
This commit is contained in:
parent
534367c80e
commit
530209ee52
@ -226,7 +226,7 @@ class BaseDriver extends AbstractPaymentDriver
|
||||
|
||||
$_payment = Payment::where('transaction_reference', $data['transaction_reference'])
|
||||
->where('client_id', $this->client->id)
|
||||
->first();
|
||||
->exists();
|
||||
|
||||
if($_payment)
|
||||
return $_payment;
|
||||
|
Loading…
Reference in New Issue
Block a user