-
Notifications
You must be signed in to change notification settings - Fork 626
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: refactor and fix personalization inserts/updates #952
Conversation
424bb17
to
0a9ed65
Compare
0a9ed65
to
66fd465
Compare
return; | ||
} | ||
|
||
$personalization = $this->getPersonalization($personalizationIndex, $personalization); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is so satisfying
|
||
$json = json_encode($objEmail, JSON_PRETTY_PRINT); | ||
|
||
$expectedJson = <<<JSON |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's cool. I didn't know you could do that.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/me copied it from above
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
very nice
Fixes #614
Fixes #616
Fixes #819
Fixes #873
Fixes #849
Fixes #607