mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
optionsSelections takes an array of options objs (#364)
* optionsSelections takes an array of options objs * use options array to match API expectations Co-authored-by: Ryan Ford <ryanford@users.noreply.github.com>
This commit is contained in:
@@ -10,7 +10,7 @@ type BCCartItemBody = {
|
||||
product_id: number
|
||||
variant_id: number
|
||||
quantity?: number
|
||||
option_selections?: OptionSelections
|
||||
option_selections?: OptionSelections[]
|
||||
}
|
||||
|
||||
export const parseWishlistItem = (
|
||||
|
Reference in New Issue
Block a user