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