update checkout

This commit is contained in:
Greg Hoskin
2021-06-09 09:29:58 -07:00
parent c88da63a1d
commit bb321e2237
4 changed files with 33 additions and 22 deletions

View File

@@ -9,7 +9,7 @@ export const checkoutCreate = async (fetch: any) => {
})
if (!cart) {
const cart = await fetch({
await fetch({
query: 'cart',
method: 'setItems',
variables: [[]],