Allow adding ACH to WePay after gateway creation
This commit is contained in:
parent
4c1f96e740
commit
73fde9e26c
1 changed files with 4 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue