diff --git a/app/Http/Controllers/ClientPortal/PaymentController.php b/app/Http/Controllers/ClientPortal/PaymentController.php index ff5a95aa13ea..6e3e72bb3a95 100644 --- a/app/Http/Controllers/ClientPortal/PaymentController.php +++ b/app/Http/Controllers/ClientPortal/PaymentController.php @@ -101,7 +101,8 @@ class PaymentController extends Controller $data = [ 'invoice' => $invoice, - 'key' => false + 'key' => false, + 'invitation' => $invoice->invitations->first() ]; if ($request->query('mode') === 'fullscreen') {