mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-20 13:34:37 +01:00
Improve enable paybutton view
This commit is contained in:
parent
ed81a17039
commit
c5a073cee8
1 changed files with 4 additions and 1 deletions
|
@ -12,9 +12,12 @@
|
|||
<p>
|
||||
To start using Pay Buttons you need to explicitly turn on this feature.
|
||||
Once you do so, any 3rd party entity will be able to create an invoice on your instance store (via API for example).
|
||||
The POS app is preauthorised and does not need this enabled.
|
||||
</p>
|
||||
@Html.Hidden("EnableStore", true)
|
||||
<button name="command" type="submit" value="save" class="btn btn-primary">Allow outside world to create invoices via API (POS app is preauthorised and does not need this enabled).</button>
|
||||
<button name="command" type="submit" value="save" class="btn btn-lg btn-primary px-4">
|
||||
Allow outside world to create invoices via API
|
||||
</button>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue