We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d60ddb7 commit 9fea2eeCopy full SHA for 9fea2ee
templates/completed.php
@@ -3,7 +3,7 @@
3
<h2>Payment completed successfully</h2>
4
<ul class="order_details">
5
<li>
6
- Payment completed at: <strong><?php echo date('r', $invoice->completed_at) ?></strong>
+ Payment completed at: <strong><?php echo date('r', $invoice->paid_at) ?></strong>
7
</li>
8
9
Lightning rhash: <strong><?php echo $invoice->rhash ?></strong>
0 commit comments