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

Hide Stripe Bitcoin

This commit is contained in:
Hillel Coren 2018-01-24 17:25:01 +02:00
parent 71591256cc
commit 60b4bf0d54

View File

@ -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'))