From 73fde9e26c024adaaa404386e8b26a839d839673 Mon Sep 17 00:00:00 2001 From: Joshua Dwire Date: Fri, 9 Sep 2016 17:31:33 -0400 Subject: [PATCH] Allow adding ACH to WePay after gateway creation --- resources/views/accounts/account_gateway.blade.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/resources/views/accounts/account_gateway.blade.php b/resources/views/accounts/account_gateway.blade.php index da9141260071..a6a1efe61626 100644 --- a/resources/views/accounts/account_gateway.blade.php +++ b/resources/views/accounts/account_gateway.blade.php @@ -166,6 +166,10 @@ ->help(trans('texts.plaid_environment_help')) !!} + @elseif ($accountGateway && $accountGateway->gateway_id == GATEWAY_WEPAY) + {!! Former::checkbox('enable_ach') + ->label(trans('texts.ach')) + ->text(trans('texts.enable_ach')) !!} @endif