-
-
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(cart): Item tax lines + shipping method tax lines #6136
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
3 Ignored Deployments
|
packages/cart/integration-tests/__tests__/services/cart-module/index.spec.ts
Outdated
Show resolved
Hide resolved
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.
only blocking thing is the typo in packages/types/src/cart/common.ts
: [taxLineIdsOrSelector] | ||
} | ||
|
||
await this.lineItemTaxLineService_.delete(ids, sharedContext) |
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.
thought: ideally the delete on the factory should support selectors so we can just pass straight through and avoid the list cc: @adrien2p
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, it is plan 👍
packages/cart/integration-tests/__tests__/services/cart-module/index.spec.ts
Show resolved
Hide resolved
e8be220
to
5cac743
Compare
5cac743
to
b323a12
Compare
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.
LGTM
Need to fix a type issue, I see |
…nto feat/cm-item-tax-lines
: [taxLineIdsOrSelector] | ||
} | ||
|
||
await this.lineItemTaxLineService_.delete(ids, sharedContext) |
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, it is plan 👍
No description provided.