Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
Update payment_return.tpl
Browse files Browse the repository at this point in the history
  • Loading branch information
atmoner authored Nov 25, 2022
1 parent 11b4d9a commit c222e39
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions views/templates/front/payment_return.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<div id="mainPay">
<div class="cosmos-payinfo">
<div class="cosmos-card-title">
<img src="{$urls.base_url}modules/cosmospay/img/BCNA-icon.svg" id="chainIcon" width="25" height="25">
<h4 id="finalAmount">{$totalAmount} bcna</h4>
<img style="vertical-align:middle" src="{$urls.base_url}modules/cosmospay/img/BCNA-icon.svg" id="chainIcon" width="25" height="25">
<div class="cosmos-h3" id="finalAmount"></div>
</div>
<div class="cosmos-card-amount">
{$orderSymbol}{$orderValue}
Expand Down Expand Up @@ -45,7 +45,7 @@
<div id="cancelTx1" align="center" style="display: none;">
<img src="{$mainDomain}modules/cosmospay/img/cancel.png" width="75" height="75">
<br /><br />
<h5>Your payment has been canceled</h5>
<div class="cosmos-h5">Your payment has been canceled</div>
<br /><br />
</div>
</div>
Expand All @@ -57,9 +57,9 @@
<div class="cosmos-payinfo">
<div class="cosmos-card-title">
<img id="chainIcon2" src="" width="25" height="25">
<h5>
<div class="cosmos-h5">
<div id="finalAmount2"></div>
</h5>
</div>
</div>
<div class="cosmos-card-amount">
{$orderSymbol}{$orderValue}
Expand All @@ -71,7 +71,7 @@
<div id="cancelTx" align="center" style="display: none;">
<img src="{$urls.base_url}modules/cosmospay/img/cancel.png" width="75" height="75">
<br /><br />
<h5>Keplr canceled</h5>
<div class="cosmos-h5">Keplr canceled</div>
<div id="keplrError" style="color: red;"></div><br />
<button class="buttonRetry" id="retry">Retry</button>
<div align="center"><br />
Expand All @@ -81,7 +81,7 @@
<div id="AcceptedTx" align="center" style="display: none;">
<img src="{$urls.base_url}modules/cosmospay/img/accepted.png" width="75" height="75">
<br /><br />
<h5>Payment accepted</h5>
<div class="cosmos-h5">Payment accepted</div>
<a href="" id="finalUrlTx" target="_blank">View transaction</a>
</div>
</div>
Expand All @@ -92,9 +92,9 @@
<div class="cosmos-payinfo">
<div class="cosmos-card-title">
<img id="chainIcon3" src="" width="25" height="25">
<h5>
<div id="finalAmount3"></div>
</h5>

<div class="cosmos-h5" id="finalAmount3"></div>

</div>
<div class="cosmos-card-amount">
{$orderSymbol}{$orderValue}
Expand Down Expand Up @@ -124,19 +124,19 @@
<br />
<div class="loader" id="spinnerManual"></div>
<hr>
<h5 align="center">Checking</h5>
<div class="cosmos-h5" align="center">Checking</div>
</div>
<div id="phase3" style="display: none;">
<div id="AcceptedTx" align="center">
<img src="{$urls.base_url}modules/cosmospay/img/accepted.png" width="75" height="75">
<br /><br />
<h5>Payment accepted</h5>
<div class="cosmos-h5">Payment accepted</div>
<a href="" id="finalUrlTx" target="_blank">View transaction</a>
</div>
</div>
<div id="errorManual" style="display: none;">
<div align="center">
<h5>Error</h5>
<div class="cosmos-h5">Error</div>
<div id="errorMessage"></div>
</div>
</div>
Expand Down

0 comments on commit c222e39

Please sign in to comment.