Compare commits
No commits in common. "3c70980a65a727da6e39c8c9ad383d9131940076" and "67d9e70eca7ba949918e544539ba580ec4cd84d8" have entirely different histories.
3c70980a65
...
67d9e70eca
@ -20,7 +20,7 @@
|
|||||||
<td><?php echo Monero_Gateway::format_seconds_to_time($details['order_age']) ?> ago</td>
|
<td><?php echo Monero_Gateway::format_seconds_to_time($details['order_age']) ?> ago</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Order expires</td>
|
<td>Order exipires</td>
|
||||||
<td>
|
<td>
|
||||||
<?php echo $details['order_expires'] ?>
|
<?php echo $details['order_expires'] ?>
|
||||||
</td>
|
</td>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<section class="woocommerce-order-details">
|
<section class="woocommerce-order-details">
|
||||||
<h2 class="woocommerce-order-details__title"><?php echo $method_title ?></h2>
|
<h2 class="woocommerce-order-details__title"><?php echo $method_title ?></h2>
|
||||||
<noscript><p>Javascript is disabled, please refresh the page to check your order status. Your order will expire in <strong><?php echo $details['order_expires']; ?></strong> if no payment is recieved in that time.</noscript>
|
<noscript><p>Javascript is disabled, please refresh the page to check your order status. Your order will expire an hour from when you clicked place order if no payment is recieved in that time.</noscript>
|
||||||
|
|
||||||
<strong id="monero_payment_messages">
|
<strong id="monero_payment_messages">
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user