Disabled wishlist and user login in bigcommerce (#703)

This commit is contained in:
Luis Alvarez D
2022-03-07 19:34:59 -05:00
committed by GitHub
parent 5af4004b57
commit 9a45329ad2
4 changed files with 15 additions and 1 deletions

View File

@@ -5,5 +5,11 @@
"wishlist": false,
"customerAuth": false,
"customCheckout": false
},
"@vercel/commerce-bigcommerce": {
"features": {
"wishlist": false,
"customerAuth": false
}
}
}