Skip to content
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

Merged
merged 4 commits into from
Apr 21, 2020

Conversation

childish-sambino
Copy link
Contributor

@childish-sambino childish-sambino commented Apr 17, 2020

Fixes #614
Fixes #616
Fixes #819
Fixes #873
Fixes #849
Fixes #607

@thinkingserious thinkingserious added the status: code review request requesting a community code review or review from Twilio label Apr 17, 2020
@childish-sambino childish-sambino force-pushed the personalizations branch 2 times, most recently from 424bb17 to 0a9ed65 Compare April 17, 2020 20:31
return;
}

$personalization = $this->getPersonalization($personalizationIndex, $personalization);
Copy link
Contributor

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
Copy link
Contributor

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.

Copy link
Contributor Author

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

Copy link
Contributor

@eshanholtz eshanholtz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

very nice

@childish-sambino childish-sambino merged commit d9fa0ad into master Apr 21, 2020
@childish-sambino childish-sambino deleted the personalizations branch April 21, 2020 18:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: code review request requesting a community code review or review from Twilio
Projects
None yet
3 participants