Improve enable paybutton view

This commit is contained in:
Dennis Reimann 2020-07-22 15:29:24 +02:00
parent ed81a17039
commit c5a073cee8
No known key found for this signature in database
GPG key ID: 5009E1797F03F8D0

View file

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