orderiom-api-package 0.3.53 → 0.3.54

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "orderiom-api-package",
3
- "version": "0.3.53",
3
+ "version": "0.3.54",
4
4
  "description": "This package will install all necessary API calls for every orderiom restaurant",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -899,7 +899,7 @@ const actions = {
899
899
  return {type: "error", msg: "Basket not found"};
900
900
  }
901
901
 
902
- return $http.post("api/basket/update-extraInfo", {
902
+ return $http.post("api/basket/update-basket-extraInfo", {
903
903
  basketId,
904
904
  restaurantId: data.restaurantId || restaurantIdEnv,
905
905
  ...data,