1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-14 15:13:29 +01:00

Fixes for quickbooks sync

This commit is contained in:
David Bomba 2024-09-19 16:44:30 +10:00
parent 1fd186e1ec
commit 6afd7a8970

View File

@ -160,7 +160,7 @@ class QuickbooksSync implements ShouldQueue
$paymentable->created_at = $ninja_payment->date;
$paymentable->save();
$invoice->service()->applyPayment($ninja_payment, $transformed['applied']);
$invoice->service()->applyPayment($ninja_payment, $paymentable->amount);
}