docs: add TSDocs for cart line item pricing and merging utilities [automated] - #16245
Closed
shahednasser wants to merge 1 commit into
Closed
docs: add TSDocs for cart line item pricing and merging utilities [automated]#16245shahednasser wants to merge 1 commit into
shahednasser wants to merge 1 commit into
Conversation
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Automated TSDoc Additions
This PR adds TSDoc comments to TypeScript source files changed in commit
a4791af.Added TSDoc comments for new and updated cart step and utility exports introduced in commit
a4791af3b2.@since 2.18.1and descriptions to the newgetLineItemPricingQuantitiesStep,GetLineItemPricingQuantitiesStepInput,findMatchingLineItem,MatchableLineItem, andlineItemFieldsForMergingexports.GetLineItemActionsStepOutputinterface inget-line-item-actions.ts.addToCartWorkflow,updateLineItemInCartWorkflow, and other pre-existing symbols was left untouched.Triggered by: fix(core-flows): re-price merged cart line items and hydrate compare_at on update (#16211)
Files updated:
packages/core/core-flows/src/cart/steps/get-line-item-actions.tspackages/core/core-flows/src/cart/steps/get-line-item-pricing-quantities.tspackages/core/core-flows/src/cart/steps/index.tspackages/core/core-flows/src/cart/utils/find-matching-line-item.tspackages/core/core-flows/src/cart/workflows/add-to-cart.tspackages/core/core-flows/src/cart/workflows/update-line-item-in-cart.ts