orderiom-api-package
Advanced tools
Comparing version 0.4.86 to 0.4.87
{ | ||
"name": "orderiom-api-package", | ||
"version": "0.4.86", | ||
"version": "0.4.87", | ||
"description": "This package will install all necessary API calls for every orderiom restaurant", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -320,3 +320,4 @@ import {commonErrorCallback, $http, isTokenExpired, restaurantIdEnv } from '../common'; | ||
...res, | ||
msg: result.data.message.body | ||
type: res.data.message.type, | ||
msg: res.data.message.body | ||
} | ||
@@ -323,0 +324,0 @@ }).catch( |
147752
3478