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

Session LastRealOrderId unset #1896

Open
AndresInSpace opened this issue Sep 9, 2024 · 0 comments
Open

Session LastRealOrderId unset #1896

AndresInSpace opened this issue Sep 9, 2024 · 0 comments

Comments

@AndresInSpace
Copy link

AndresInSpace commented Sep 9, 2024

It appears bolt may be messing with the session itself, as we are sometimes missing the lastrealorderID on the session, which then fails to retrieve the order via getLastRealOrder (as it doesn't return the _order in context unless its incrementID matches the lastrealorderID)

We have tested without bolt and the lastrealorderID comes through every time.
We enabled bolt and tested, and lastrealorderID was not found on session context.

We utilize redis for caching sessions.

I am wondering if this is related to Bolt API and Sessions magento/magento2#34758 (comment) as I know Bolt does mess with properties on checkout session

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant