From 324fcc287cb8e804f5a5acd7b11db1de9caf01d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Mon, 25 Jan 2021 10:07:42 +0100 Subject: [PATCH] wip --- app/Http/Controllers/ClientPortal/InvoiceController.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/Http/Controllers/ClientPortal/InvoiceController.php b/app/Http/Controllers/ClientPortal/InvoiceController.php index 5de70e21a1f7..b7ced5d34948 100644 --- a/app/Http/Controllers/ClientPortal/InvoiceController.php +++ b/app/Http/Controllers/ClientPortal/InvoiceController.php @@ -123,8 +123,7 @@ class InvoiceController extends Controller //format totals $formatted_total = Number::formatMoney($total, auth()->user()->client); -// $payment_methods = auth()->user()->client->service()->getPaymentMethods($total); - $payment_methods = auth()->user()->client->getPaymentMethods($total); + $payment_methods = auth()->user()->client->service()->getPaymentMethods($total); $data = [ 'settings' => auth()->user()->client->getMergedSettings(),