dolibarr 21.0.0-alpha
|
Library for common paybox functions. More...
Go to the source code of this file.
Functions | |
print_paybox_redirect ($PRICE, $CURRENCY, $EMAIL, $urlok, $urlko, $TAG) | |
Create a redirect form to paybox form. | |
Library for common paybox functions.
Definition in file paybox.lib.php.
print_paybox_redirect | ( | $PRICE, | |
$CURRENCY, | |||
$EMAIL, | |||
$urlok, | |||
$urlko, | |||
$TAG ) |
Create a redirect form to paybox form.
float | $PRICE | Price |
string | $CURRENCY | Currency |
string | ||
string | $urlok | Url to go back if payment is OK |
string | $urlko | Url to go back if payment is KO |
string | $TAG | Full tag |
Definition at line 41 of file paybox.lib.php.
References dol_decode(), dol_now(), dol_print_date(), dol_print_error(), dol_syslog(), getDolGlobalString(), and top_httphead().