mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fixes for quickbooks sync
This commit is contained in:
parent
1fd186e1ec
commit
6afd7a8970
@ -160,7 +160,7 @@ class QuickbooksSync implements ShouldQueue
|
|||||||
$paymentable->created_at = $ninja_payment->date;
|
$paymentable->created_at = $ninja_payment->date;
|
||||||
$paymentable->save();
|
$paymentable->save();
|
||||||
|
|
||||||
$invoice->service()->applyPayment($ninja_payment, $transformed['applied']);
|
$invoice->service()->applyPayment($ninja_payment, $paymentable->amount);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user