Fix email not set in paybox payment
This commit is contained in:
parent
c04d082ad1
commit
45aaafd4d6
@ -354,7 +354,7 @@ if ($action == 'dopayment')
|
||||
if ($paymentmethod == 'paybox')
|
||||
{
|
||||
$PRICE=price2num(GETPOST("newamount"),'MT');
|
||||
$email=GETPOST("email",'alpha');
|
||||
$email=$conf->global->ONLINE_PAYMENT_SENDEMAIL;
|
||||
$thirdparty_id=GETPOST('thirdparty_id', 'int');
|
||||
|
||||
$origfulltag=GETPOST("fulltag",'alpha');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user