Skip to content

Commit 9fea2ee

Browse files
committed
completed_at was renamed to paid_at
1 parent d60ddb7 commit 9fea2ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/completed.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<h2>Payment completed successfully</h2>
44
<ul class="order_details">
55
<li>
6-
Payment completed at: <strong><?php echo date('r', $invoice->completed_at) ?></strong>
6+
Payment completed at: <strong><?php echo date('r', $invoice->paid_at) ?></strong>
77
</li>
88
<li>
99
Lightning rhash: <strong><?php echo $invoice->rhash ?></strong>

0 commit comments

Comments
 (0)