Fix: for multicompany compatibility
This commit is contained in:
parent
4ce7a70411
commit
f3bbfe375c
@ -309,6 +309,10 @@ function getPaypalPaymentUrl($mode,$type,$ref='',$amount='9.99',$freetag='your_f
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// For multicompany
|
||||
$out.="&entity=".$conf->entity;
|
||||
|
||||
return $out;
|
||||
}
|
||||
|
||||
@ -790,4 +794,4 @@ function getApiError()
|
||||
return $errors;
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user