From b0c810398c41f8bed184f69c5f2d2b3f6f1378b5 Mon Sep 17 00:00:00 2001 From: lepipele Date: Fri, 2 Mar 2018 23:49:51 -0600 Subject: [PATCH] Moving currency selection to order details This way state transitions of form are now properly preserved --- BTCPayServer/Views/Invoice/Checkout.cshtml | 40 +++++++++++----------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/BTCPayServer/Views/Invoice/Checkout.cshtml b/BTCPayServer/Views/Invoice/Checkout.cshtml index 35a4eb4a9..9f8ff1c02 100644 --- a/BTCPayServer/Views/Invoice/Checkout.cshtml +++ b/BTCPayServer/Views/Invoice/Checkout.cshtml @@ -87,27 +87,27 @@
@Model.TimeLeft
- @if (Model.AvailableCryptos.Count > 1) - { -
-
-
- Currency Selection -
-
-
-
- @foreach (var crypto in Model.AvailableCryptos) - { - - @crypto.PaymentMethodId - - } -
-
-
- }
+ @if (Model.AvailableCryptos.Count > 1) + { +
+
+
+ Currency Selection +
+
+
+
+ @foreach (var crypto in Model.AvailableCryptos) + { + + @crypto.PaymentMethodId + + } +
+
+
+ }