Hide Stripe Bitcoin
This commit is contained in:
parent
71591256cc
commit
60b4bf0d54
1 changed files with 6 additions and 4 deletions
|
|
@ -220,10 +220,12 @@
|
|||
->addGroupClass('verification-file') !!}
|
||||
@endif
|
||||
|
||||
{!! Former::checkbox('enable_bitcoin')
|
||||
->label(trans('texts.bitcoin'))
|
||||
->text(trans('texts.enable_bitcoin'))
|
||||
->value(1) !!}
|
||||
@if ($accountGateway && $accountGateway->getBitcoinEnabled())
|
||||
{!! Former::checkbox('enable_bitcoin')
|
||||
->label(trans('texts.bitcoin'))
|
||||
->text(trans('texts.enable_bitcoin'))
|
||||
->value(1) !!}
|
||||
@endif
|
||||
|
||||
{!! Former::checkbox('enable_alipay')
|
||||
->label(trans('texts.alipay'))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue