mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
remove logger
This commit is contained in:
parent
72938bf5ad
commit
979b8ddcb2
@ -70,7 +70,6 @@ class PaymentTransformer extends BaseTransformer
|
|||||||
{
|
{
|
||||||
$invoices = [];
|
$invoices = [];
|
||||||
$invoice = $this->getString($data,'Line.LinkedTxn.TxnType');
|
$invoice = $this->getString($data,'Line.LinkedTxn.TxnType');
|
||||||
nlog(print_r([$invoice, $this->getString($data,'Line.LinkedTxn')], true));
|
|
||||||
if(is_null($invoice) || $invoice !== 'Invoice') return $invoices;
|
if(is_null($invoice) || $invoice !== 'Invoice') return $invoices;
|
||||||
if( is_null( ($invoice_id = $this->getInvoiceId($this->getString($data, 'Line.LinkedTxn.TxnId.value')))) ) return $invoices;
|
if( is_null( ($invoice_id = $this->getInvoiceId($this->getString($data, 'Line.LinkedTxn.TxnId.value')))) ) return $invoices;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user