orderiom-api-package
Advanced tools
Comparing version 0.4.55 to 0.4.56
{ | ||
"name": "orderiom-api-package", | ||
"version": "0.4.55", | ||
"version": "0.4.56", | ||
"description": "This package will install all necessary API calls for every orderiom restaurant", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -374,3 +374,3 @@ import {commonErrorCallback, calculateBasketIdParameter, updateBasket, formatDate, formatTime, deliveryCodeToName, weekdays, $http} from '../common'; | ||
commonErrorCallback() | ||
).finish(() => { | ||
).finally(() => { | ||
commit('setFetchingProducts', false); | ||
@@ -377,0 +377,0 @@ }); |
127156