diff --git a/BTCPayServer/Views/Stores/PayButton.cshtml b/BTCPayServer/Views/Stores/PayButton.cshtml index 1ee8af870..5f2c2375b 100644 --- a/BTCPayServer/Views/Stores/PayButton.cshtml +++ b/BTCPayServer/Views/Stores/PayButton.cshtml @@ -35,9 +35,8 @@ } } @@ -74,44 +72,38 @@
-

@ViewData["PageTitle"]

+

@ViewData["PageTitle"]

+

Configure your Pay Button, and the generated code will be displayed at the bottom of the page to copy into your project.

+

General Settings

- - Price + {{ errors.first('price') }}
-
- - + +
- - Checkout Description +
- - Order ID +
-
-
- Set parameters that define the purchase: price, currency and an optional description of purchase. -

- Generated HTML will be displayed at the bottom of this page and all you need is to paste that HTML into your final page. - Clicking on the button will redirect customer to checkout. -
-

Pay button display options

- +

Display Options

@@ -121,38 +113,32 @@
- +
- - Pay Button Text +
-
- - + + {{ errors.first('payButtonImageUrl') }}
-
+
-
- - - +
+ + +
@@ -170,30 +156,30 @@
-
+
- - Min + {{ errors.first('min') }}
- - Max + {{ errors.first('max') }}
- - Step + {{ errors.first('step') }}
-