Skip to content

Commit

Permalink
Fixed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dpwolf authored Feb 22, 2024
1 parent 7dac762 commit 5e7a77d
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
// @ts-check

/*
A straightforward example of a function that expands a bundle into its component parts.
The parts of a bundle are stored in a metafield on the product parent value with a specific format,
specifying each part's quantity and variant.
The function reads the cart. Any item containing the metafield that specifies the bundle parts
will return an Expand operation containing the parts.
A straightforward example of a function that expands a single line into a bundle with add-on products.
The add-on options are are stored in a line item property and metafield on the product.
*/

/**
Expand Down

0 comments on commit 5e7a77d

Please sign in to comment.