Merge branch 'v5-develop' of https://github.com/turbo124/invoiceninja into v5-develop
This commit is contained in:
commit
2027f4e53c
1 changed files with 1 additions and 1 deletions
|
|
@ -226,7 +226,7 @@ class BaseDriver extends AbstractPaymentDriver
|
|||
|
||||
$_payment = Payment::where('transaction_reference', $data['transaction_reference'])
|
||||
->where('client_id', $this->client->id)
|
||||
->exists();
|
||||
->first();
|
||||
|
||||
if($_payment)
|
||||
return $_payment;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue