1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 00:11:35 +02:00

Allow adding ACH to WePay after gateway creation

This commit is contained in:
Joshua Dwire 2016-09-09 17:31:33 -04:00
parent 4c1f96e740
commit 73fde9e26c

View File

@ -166,6 +166,10 @@
->help(trans('texts.plaid_environment_help')) !!}
</div>
</div>
@elseif ($accountGateway && $accountGateway->gateway_id == GATEWAY_WEPAY)
{!! Former::checkbox('enable_ach')
->label(trans('texts.ach'))
->text(trans('texts.enable_ach')) !!}
@endif
</div>