Remove Subscriber::generateToken()

[MAILPOET-2340]
This commit is contained in:
Amine Ben hammou
2019-09-19 17:04:35 +01:00
committed by Jack Kitterhing
parent 692ff1ed22
commit bc31ca6c6d
3 changed files with 2 additions and 16 deletions

View File

@@ -288,7 +288,7 @@ class Pages {
'email' => self::DEMO_EMAIL,
'first_name' => 'John',
'last_name' => 'Doe',
'link_token' => Subscriber::generateToken(self::DEMO_EMAIL),
'link_token' => 'bfd0889dbc7f081e171fa0cee7401df2',
]);
} else if ($this->subscriber !== false) {
$subscriber = $this->subscriber