mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 05:02:36 +01:00
bug fixes
This commit is contained in:
parent
ff0d8c1696
commit
968df9409e
@ -220,7 +220,7 @@ class PaymentController extends \BaseController
|
||||
|
||||
if ($response->isSuccessful())
|
||||
{
|
||||
self::createPayment($invitation, $ref);
|
||||
$payment = self::createPayment($invitation, $ref);
|
||||
|
||||
$invoice->invoice_status_id = INVOICE_STATUS_PAID;
|
||||
$invoice->save();
|
||||
|
Loading…
Reference in New Issue
Block a user