bug fixes
This commit is contained in:
parent
ff0d8c1696
commit
968df9409e
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue