From 79dbd40afdab13bcee8bbda2c32e66d261948f2b Mon Sep 17 00:00:00 2001 From: enisn Date: Thu, 21 Oct 2021 09:31:53 +0300 Subject: [PATCH] Design improvements on PostCheckout page --- .../Payment.Web/Pages/Payment/PostCheckout.cshtml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/modules/payment/src/Payment.Web/Pages/Payment/PostCheckout.cshtml b/modules/payment/src/Payment.Web/Pages/Payment/PostCheckout.cshtml index 705a8d3..4114ab8 100644 --- a/modules/payment/src/Payment.Web/Pages/Payment/PostCheckout.cshtml +++ b/modules/payment/src/Payment.Web/Pages/Payment/PostCheckout.cshtml @@ -18,15 +18,19 @@ @if (Model.PaymentRequest.State == PaymentRequestState.Completed) { - - @L["YourPaymentCompletedSuccessfully"] +

+ + @L["YourPaymentCompletedSuccessfully"] +

>
} else { -

- @L["YourPaymentFailed"] +

+ + @L["YourPaymentFailed"] +