Update Swell Provider (#359)

* fix update cart item

* update types

* update checkout

* update get-page, cleanup types

* revert change to incorrect file

* cleanup

Co-authored-by: Greg Hoskin <greghoskin@Gregs-MacBook-Pro.local>
This commit is contained in:
ghoskin
2021-06-14 13:37:18 -07:00
committed by GitHub
parent ddd4631ade
commit 4d85b43a30
55 changed files with 503 additions and 545 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: [[]],