Feature/icky 194 (#5)

* folder and env setup

* codegen.json headers removed

* use-cart code flow updated

* use-cart code flow updated

* Implemented get-cart functionality

* removed unused file

* getAnonymousShopperToken function added

* normalization mapping updated

* PR points resolved

* Anonymous shopper token query added

* getAnonymousShopperToken function added

* Anonymous shopper token query added

Co-authored-by: Chandradeepta <43542673+Chandradeepta@users.noreply.github.com>
This commit is contained in:
kibo-chandradeeptalaha
2021-08-30 21:11:10 +05:30
committed by GitHub
parent 9e92abdda0
commit 0e5c68ef58
18 changed files with 452 additions and 44 deletions

View File

@@ -1,9 +1,9 @@
{
"provider": "kibocommerce",
"features": {
"wishlist": false,
"cart": false,
"search": false,
"customerAuth": false
"wishlist": true,
"cart": true,
"search": true,
"customerAuth": true
}
}