Preorder trigger: Fixed not replacing CIFTOKEN in cifurl
This commit is contained in:
@@ -438,7 +438,7 @@ class Preorder extends mfBaseModel {
|
||||
$campaign = $this->getProperty("campaign");
|
||||
|
||||
$cifurl = $campaign->cifurl;
|
||||
str_replace("{{CIFTOKEN}}", $this->ciftoken, $cifurl);
|
||||
$cifurl = str_replace("{{CIFTOKEN}}", $this->ciftoken, $cifurl);
|
||||
|
||||
return $cifurl;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user