orderiom-api-package 0.4.110 → 0.4.111

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.4.110",
3
+ "version": "0.4.111",
4
4
  "description": "This package will install all necessary API calls for every orderiom restaurant",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -695,8 +695,6 @@ const actions = {
695
695
  .catch(commonErrorCallback());
696
696
  },
697
697
  updatePaymentStatus({ dispatch, commit }, data) {
698
- console.log('data')
699
- console.log(data)
700
698
  return $http
701
699
  .get(`api/payment/update`, {
702
700
  params: {