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"]
+