diff --git a/BTCPayServer/Views/Stores/PayButton.cshtml b/BTCPayServer/Views/Stores/PayButton.cshtml index 910c404db..138cee5b2 100644 --- a/BTCPayServer/Views/Stores/PayButton.cshtml +++ b/BTCPayServer/Views/Stores/PayButton.cshtml @@ -33,6 +33,20 @@ + +
+
+ Define parameters that define the purchase: price, currency and then 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

+
+
+
{{ errors.first('step') }}
-
-
- - +
+ + {{ errors.first('simpleInput') }}
-
- - +
+ + {{ errors.first('fitButtonInline') }}
-
- Define parameters that define the purchase: price, currency and then 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. +

Preview

+

@@ -175,14 +194,6 @@

- -

Preview

-
-
-
-
-
-

Generated code