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
In the checkout, when a guest customer indicates he wants to create an account, he is not redirected to the payment service provider page. The order is created in Magento, but the customer is NOT created.
Error message in logs:
main.CRITICAL: TypeError: Magento\Newsletter\Model\Subscriber\Interceptor::loadBySubscriberEmail(): Argument #2 ($websiteId) must be of type int, null given, called in /magento-root-folder/vendor/mailchimp/mc-magento2/Observer/Customer/SaveBefore.php on line 72 and defined in /magento-root-folder/generated/code/Magento/Newsletter/Model/Subscriber/Interceptor.php:20
Magento 2.4.7-p1
mailchimp/mc-magento2 103.4.62
In the checkout, when a guest customer indicates he wants to create an account, he is not redirected to the payment service provider page. The order is created in Magento, but the customer is NOT created.
Error message in logs:
main.CRITICAL: TypeError: Magento\Newsletter\Model\Subscriber\Interceptor::loadBySubscriberEmail(): Argument #2 ($websiteId) must be of type int, null given, called in /magento-root-folder/vendor/mailchimp/mc-magento2/Observer/Customer/SaveBefore.php on line 72 and defined in /magento-root-folder/generated/code/Magento/Newsletter/Model/Subscriber/Interceptor.php:20
We applied this patch to fix it:
However this reverts (in that file) what was merged via #1823
The text was updated successfully, but these errors were encountered: