mirror of
https://github.com/vercel/commerce.git
synced 2025-07-27 04:01:23 +00:00
Implement cart
This commit is contained in:
@@ -29,7 +29,7 @@ export function normalize(product: RawProduct): Product {
|
||||
}))
|
||||
: [
|
||||
{
|
||||
id: product.ID,
|
||||
id: '',
|
||||
options: [],
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user