From a6bb261ed9d5cc2bef6c1b2807c9c079a9c87b97 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Thu, 29 Mar 2018 17:06:23 +0300 Subject: [PATCH] PayPal Express with Braintree #1990 --- resources/views/invoices/view.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/invoices/view.blade.php b/resources/views/invoices/view.blade.php index a8ff0d96f27c..d5aa7a9306c0 100644 --- a/resources/views/invoices/view.blade.php +++ b/resources/views/invoices/view.blade.php @@ -32,7 +32,7 @@ } - @if (!empty($transactionToken) && $accountGateway->gateway_id == GATEWAY_BRAINTREE) + @if (!empty($transactionToken) && $accountGateway->gateway_id == GATEWAY_BRAINTREE && $accountGateway->getPayPalEnabled())