Shopify: create checkout on add to cart (#432)

* Create checkout on add to cart

* Checkout changes

* Revert files

* Fix checkout
This commit is contained in:
cond0r
2021-09-24 22:55:46 +03:00
committed by GitHub
parent 8e7b942240
commit f9644fecef
6 changed files with 97 additions and 73 deletions

View File

@@ -41,4 +41,4 @@ export const handler: MutationHook<AddItemHook> = {
[fetch, mutate]
)
},
}
}