Skip to content

Commit

Permalink
Add a tick on payment ok page
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Oct 12, 2024
1 parent fc8e851 commit 235d23a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions htdocs/public/payment/paymentok.php
Original file line number Diff line number Diff line change
Expand Up @@ -1904,6 +1904,10 @@
print $langs->trans("ThisIsTransactionId", $TRANSACTIONID)."<br><br>\n";
}

print '<center>';
print img_picto('', 'tick', 'class="green fa-2x"');
print '</center>';

// Show a custom message
$key = 'ONLINE_PAYMENT_MESSAGE_OK';
if (getDolGlobalString($key)) {
Expand Down

0 comments on commit 235d23a

Please sign in to comment.