mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-12 14:12:44 +01:00
Allow adding ACH to WePay after gateway creation
This commit is contained in:
parent
4c1f96e740
commit
73fde9e26c
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user