You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following code in Mail.php in the function addCustomArg() accepts a personalizationIndex. However by the logic below if this [0] personalization exist there is no way to index past and add a customArg. Seem like should remove the first if statement and set the function variable default to 0 instead of null or is there some reason for this? Seems like a bug prevent me from updating personalizaitons.
Issue Summary
The following code in Mail.php in the function addCustomArg() accepts a personalizationIndex. However by the logic below if this [0] personalization exist there is no way to index past and add a customArg. Seem like should remove the first if statement and set the function variable default to 0 instead of null or is there some reason for this? Seems like a bug prevent me from updating personalizaitons.
starting Line 847 in Mail.php
Technical details:
*loaded from composer
*"name": "sendgrid/sendgrid",
*"version": "7.2.1",
The text was updated successfully, but these errors were encountered: