dolibarr
x.y.z
|
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. More... | |
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.
int | $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 39 of file paybox.lib.php.