mirror of
https://github.com/vercel/commerce.git
synced 2025-07-24 10:41:23 +00:00
update checkout
This commit is contained in:
@@ -9,7 +9,7 @@ export const checkoutCreate = async (fetch: any) => {
|
||||
})
|
||||
|
||||
if (!cart) {
|
||||
const cart = await fetch({
|
||||
await fetch({
|
||||
query: 'cart',
|
||||
method: 'setItems',
|
||||
variables: [[]],
|
||||
|
Reference in New Issue
Block a user