-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
feat(core-flows,dashboard,types,fulfillment,medusa): uses requires shipping throughout lifecycle #9170
Conversation
…ipping throughout lifecycle
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
6 Skipped Deployments
|
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.
Nice work - LGTM!
...outes/orders/order-detail/components/order-fulfillment-section/order-fulfillment-section.tsx
Outdated
Show resolved
Hide resolved
...outes/orders/order-detail/components/order-fulfillment-section/order-fulfillment-section.tsx
Outdated
Show resolved
Hide resolved
const [searchParams] = useSearchParams() | ||
const requiresShipping = searchParams.get("requires_shipping") |
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.
nit(non-blocking): usually we would read this in the page container and send it as a boolean prop to the form
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.
Can you elaborate on this one? Page container as in the route container?
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.
yes, for this case in: /dashboard/src/routes/orders/order-create-fulfillment/order-create-fulfillments.tsx
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.
Should we attend to this before we merge?
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.
@riqwan, just pinging here in case you missed it.
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.
yes, missed this one! Will patch it up
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.
done! 🍻
...outes/orders/order-detail/components/order-fulfillment-section/order-fulfillment-section.tsx
Outdated
Show resolved
Hide resolved
...outes/orders/order-detail/components/order-fulfillment-section/order-fulfillment-section.tsx
Outdated
Show resolved
Hide resolved
...outes/orders/order-detail/components/order-fulfillment-section/order-fulfillment-section.tsx
Outdated
Show resolved
Hide resolved
…ipping throughout lifecycle (medusajs#9170) what: - uses requires shipping throughout lifecycle https://github.com/user-attachments/assets/d5ba89d3-5ea0-49c4-b2d5-490c4764933e
what:
test.mp4