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
@brchristian thanks for reporting the issue. I tried with Solidus master and this does not happen anymore. I did not check thoroughly the reason, but I suppose the "fix" is a side effect of this PR.
Solidus Version:
2.10.0
To Reproduce
Create a new event subscriber at
app/subscribers/spree/new_subscriber.rb
like so:Also add an initializer at
config/initializers/new_subscribe.rb
:Proceed through checkout. The
new_email
triggers. But the defaultorder_finalized
/confirm_email
does not trigger!Now, for good measure, add the following at
app/subscribers/spree/mailer_subscriber_decorator.rb
All we are doing is re-adding back the exact same code that is in Solidus core, but doing it as a decorator.
Proceed through checkout. The
order_finalized
/confirm_email
triggers. But thenew_email
does not!Desktop:
The text was updated successfully, but these errors were encountered: