mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-08 20:22:42 +01:00
Hide Stripe Bitcoin
This commit is contained in:
parent
71591256cc
commit
60b4bf0d54
@ -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…
Reference in New Issue
Block a user