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())