orderiom-api-package
Advanced tools
Comparing version 0.3.7 to 0.3.8
{ | ||
"name": "orderiom-api-package", | ||
"version": "0.3.7", | ||
"version": "0.3.8", | ||
"description": "This package will install all necessary API calls for every orderiom restaurant", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -261,2 +261,4 @@ import axios from "axios"; | ||
getBasket({ commit, rootState }, data) { | ||
if(typeof data === 'string' || typeof data === 'number') data = {restaurantId: data}; | ||
let basketId = undefined; | ||
@@ -263,0 +265,0 @@ try{ |
94870
2259