Fixes for showing invoice

This commit is contained in:
David Bomba 2022-08-28 18:55:55 +10:00
parent 98c07573e3
commit c01f6debca

View File

@ -101,7 +101,8 @@ class PaymentController extends Controller
$data = [
'invoice' => $invoice,
'key' => false
'key' => false,
'invitation' => $invoice->invitations->first()
];
if ($request->query('mode') === 'fullscreen') {