Skip to content
Snippets Groups Projects
Commit f376663b authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: Bad variable

parent 5a7b858d
No related branches found
No related tags found
No related merge requests found
......@@ -117,7 +117,7 @@ if (GETPOST("action") == 'dopayment')
{
dol_syslog("newpayment.php call paybox api and do redirect", LOG_DEBUG);
print_paybox_redirect($PRICE, $conf->monnaie, $EMAIL, $urlok, $urlko, $TAG);
print_paybox_redirect($PRICE, $conf->monnaie, $EMAIL, $urlok, $urlko, $FULLTAG);
session_destroy();
exit;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment