This commit is contained in:
Laurent Destailleur 2021-09-15 21:12:16 +02:00
parent 0ab399aa37
commit 2b340579a1

View File

@ -1340,6 +1340,7 @@ if ($ispaymentok) {
$key = 'ONLINE_PAYMENT_MESSAGE_OK';
if (!empty($conf->global->$key)) {
print '<br>';
print $conf->global->$key;
}