-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
fix(core-flows): missing variable of when condition #10958
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
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
5 Skipped Deployments
|
🦋 Changeset detectedLatest commit: 2b8598b The changes in this PR will be included in the next version bump. This PR includes changesets to release 65 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
}).then(() => { | ||
when( | ||
{ input, cartPaymentCollection }, | ||
({ input, cartPaymentCollection }) => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is also like that line 42, so probably it 👍
Im trying to build these changes on top of current medusa repo and build keeps failing, even after adding in multiple @ts-expect-error. Do you have the built files I can copy over to test in the dev instance i have stood up? Or can i just manually edit the .js file in node_modules/@medusajs/core-workflows? |
Yes, you can do that. This is the quickest way to test it. |
this PR did not resolve my issue (#10949). nothing happens after webhook post. |
We couldn't reproduce the issue #9998, but giving the stack trace, this is a potential fix.