-
Notifications
You must be signed in to change notification settings - Fork 219
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
refactore(core): checkout summary #711
Conversation
🦋 Changeset detectedLatest commit: 9055cbb The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
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 |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
4 Ignored Deployments
|
303ba35
to
be5a963
Compare
be5a963
to
c424490
Compare
⚡️🏠 Lighthouse reportWe ran Lighthouse against the changes and produced this report. Here's the summary:
Lighthouse ran against https://catalyst-latest-r69l00mx4-bigcommerce-platform.vercel.app/ |
const checkout = await getCheckout(cartId); | ||
const shippingCountries = await getShippingCountries(); |
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.
🍹 Promise.all
7d6a8f6
to
9055cbb
Compare
What/Why?
Refactor checkout summary to:
checkout
field (including subtotal + grand total).How
checkout
field in GQL (getCheckout
query).checkout
when necessary._components
in/cart
(unfortunately git didn't match the moves).Kapture.2024-03-26.at.16.57.02.mp4
Testing
Locally.