1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-08 20:22:42 +01:00

Updates for payment flow

This commit is contained in:
David Bomba 2024-08-09 13:04:59 +10:00 committed by Benjamin Beganović
parent 1f2bb6adf7
commit c01bc9bda8

View File

@ -162,8 +162,8 @@ class RFFService
$_contact
->fill($contact);
// ->push();
->fill($contact)
->push();
$_contact->client
->fill($client)