Skip to content

Commit

Permalink
Fix: Bad variable
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Mar 13, 2011
1 parent 508f581 commit 1b926f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/public/paybox/newpayment.php
Expand Up @@ -117,7 +117,7 @@
{
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;
Expand Down

0 comments on commit 1b926f6

Please sign in to comment.