orderiom-api-package 0.2.28 → 0.2.29

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.2.28",
3
+ "version": "0.2.29",
4
4
  "description": "this package will install all neccessary api calls for every orderiom restaurant",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -382,7 +382,7 @@ const actions = {
382
382
  restaurantId: data.restaurantId
383
383
  }
384
384
  }).then((result) => {
385
- commit('setProductPackage', result.data.data)
385
+ commit('setProduct', result.data.data)
386
386
  }).catch((error) => {
387
387
  if (error.response) {
388
388
  if (error.response.status == 422) {