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 flow, if you choose to continue without an account (and don't provide a password on the address step) a commerce account is created (without a profile_id) when going to the next step. This triggers the AccountCreated event listener which requests the profile activation key (linked below) for the activation e-mail, this fails without profile_id and throws an error.
Hi Alessandro, it's been a few months since I continued on this module, it's still very much work in progress and haven't been used in a project (e.g. no payment modules written yet) 😅 Great find. I'll take this issue into account when I continue, or feel free to contribute fixes if you plan to use this module. I'll set up semver releases when it's becoming a more stable module.
In the checkout flow, if you choose to continue without an account (and don't provide a password on the address step) a commerce account is created (without a
profile_id
) when going to the next step. This triggers the AccountCreated event listener which requests the profile activation key (linked below) for the activation e-mail, this fails withoutprofile_id
and throws an error.fork-cms-module-commerce/src/Backend/Modules/Commerce/Domain/Account/EventListener/AccountCreated.php
Line 29 in ca195b5
The text was updated successfully, but these errors were encountered: