Handle checkout for logged in users (#405)

* create a jwt token if there is a customerId, move the get customer id to the main utils folder.  Need to add in more value to the env file.  Updated the env sample.

* remove yarn.lock and tsconfig.json

* remove build settings

* remove build settings

* remove build settings

* Update tsconfig.json

* Delete package-lock.json

* fix typescript errors

* Update tsconfig.json

Co-authored-by: George Fitzgibbons <george.fitzgibbons@c02zw1aqlvdn.lan>
This commit is contained in:
George FitzGibbons
2021-07-01 12:21:01 -04:00
committed by GitHub
parent a314893f62
commit 166bb037e4
9 changed files with 54 additions and 11 deletions

View File

@@ -45,7 +45,8 @@
"swell-js": "^4.0.0-next.0",
"swr": "^0.5.6",
"tabbable": "^5.2.0",
"tailwindcss": "^2.2.2"
"tailwindcss": "^2.2.2",
"uuidv4": "^6.2.10"
},
"devDependencies": {
"@graphql-codegen/cli": "^1.21.5",