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