mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 22:25:28 +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>
|
<p>
|
||||||
To start using Pay Buttons you need to explicitly turn on this feature.
|
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).
|
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>
|
</p>
|
||||||
@Html.Hidden("EnableStore", true)
|
@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>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue