orderiom-api-package 0.3.26 → 0.3.28
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/index.js +2 -1
- package/package.json +1 -1
- package/src/modules/product.js +1 -0
package/index.js
CHANGED
package/package.json
CHANGED
package/src/modules/product.js
CHANGED
|
@@ -246,6 +246,7 @@ const actions = {
|
|
|
246
246
|
return axios.get("api/restaurant/products", {params: {
|
|
247
247
|
categoryId: data.category.id,
|
|
248
248
|
restaurantId: data.restaurantId,
|
|
249
|
+
delivery_time: data.delivery_time || undefined,
|
|
249
250
|
basketId
|
|
250
251
|
}}).then(res => {
|
|
251
252
|
res.data.data.forEach(productInCategory => {
|