Fixes for showing invoice
This commit is contained in:
parent
98c07573e3
commit
c01f6debca
1 changed files with 2 additions and 1 deletions
|
|
@ -101,7 +101,8 @@ class PaymentController extends Controller
|
|||
|
||||
$data = [
|
||||
'invoice' => $invoice,
|
||||
'key' => false
|
||||
'key' => false,
|
||||
'invitation' => $invoice->invitations->first()
|
||||
];
|
||||
|
||||
if ($request->query('mode') === 'fullscreen') {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue