Browse Source

Icon Change

feature/19315_Customer-Registration-new
Dinesh 10 months ago
parent
commit
17ecdfee1f
  1. 9
      CustomerOnlineV2/CustomerOnlineV2/Views/Transaction/TranDecline.cshtml

9
CustomerOnlineV2/CustomerOnlineV2/Views/Transaction/TranDecline.cshtml

@ -35,15 +35,16 @@
<div class="row">
<div class="col-md-9 col-lg-7 col-xl-6 mx-auto align-items-center text-center">
<div class="my-4">
<p class="text-fail text-20 lh-1"><i class="fas fa-check-circle"></i></p>
<p class="text-fail text-20 lh-1"><i class="fas fa-info-circle"></i></p>
<p class="text-fail text-8 fw-500 lh-1">Failed!</p>
<p class="lead"> Transaction Payment failed
<strong>Reference Number:</strong><span >@Model.transactionreference</span>
<p class="lead"> Transaction Payment failed !
<br />
<strong>Transaction Reference:</strong><span >@Model.transactionreference</span>
</p>
</div>
@* <p class="text-3 mb-4">You've Succesfully sent <span class="text-4 fw-500">@CustomerOnlineV2.Common.Helper.Utilities.ShowDecimal(Model.CollectAmount) @Model.CollectCurrency</span> to <span class="fw-500">@Model.ReceiverName</span>, See transaction details under <a href="/Transaction/Receipt?id=@Model.TransactionId">Transactions Details</a></p> *@
<div class="d-grid"><a href="/Home/Index"><button class="btn btn-primary">Dashboard Page</button></a></div>
<div class="d-grid" style="text-align:center"><a href="/Home/Index"><button class="btn btn-primary">Dashboard Page</button></a></div>
</div>
</div>

Loading…
Cancel
Save