mirror of
https://github.com/vercel/commerce.git
synced 2025-06-20 06:01:21 +00:00
use options array to match API expectations
This commit is contained in:
parent
64918470f2
commit
2a51db8597
@ -10,7 +10,7 @@ type BCCartItemBody = {
|
|||||||
product_id: number
|
product_id: number
|
||||||
variant_id: number
|
variant_id: number
|
||||||
quantity?: number
|
quantity?: number
|
||||||
option_selections?: OptionSelections
|
option_selections?: OptionSelections[]
|
||||||
}
|
}
|
||||||
|
|
||||||
export const parseWishlistItem = (
|
export const parseWishlistItem = (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user