Turn customCheckout, wishlist, customerAuth features on. Add vendors to features

This commit is contained in:
Godfrey Peralta 2022-08-18 12:41:02 +08:00
parent 87134e2990
commit 863b1bc8fb
2 changed files with 6 additions and 4 deletions

View File

@ -5,6 +5,7 @@
"cart": true,
"search": true,
"customerAuth": true,
"customCheckout": false
"customCheckout": true,
"vendors": true
}
}

View File

@ -2,8 +2,9 @@
"features": {
"cart": true,
"search": true,
"wishlist": false,
"customerAuth": false,
"customCheckout": false
"wishlist": true,
"customerAuth": true,
"customCheckout": true,
"vendors": true
}
}