feat: Activate cart and customerAuth

This commit is contained in:
Alessandro Casazza 2021-07-15 17:22:37 +02:00
parent 4b27c4849b
commit 49477b6cab
No known key found for this signature in database
GPG Key ID: 3AF41B06C6495D3D
2 changed files with 4 additions and 1 deletions

3
.gitignore vendored
View File

@ -34,3 +34,6 @@ yarn-error.log*
# vercel # vercel
.vercel .vercel
# vscode launch
.vscode/launch.json

View File

@ -2,7 +2,7 @@
"provider": "commercelayer", "provider": "commercelayer",
"features": { "features": {
"wishlist": false, "wishlist": false,
"cart": false, "cart": true,
"search": false, "search": false,
"customerAuth": true "customerAuth": true
} }