@things-factory/operato-mms 4.3.208 → 4.3.210

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.
@@ -469,18 +469,8 @@ class RequestROPopup extends LitElement {
469
469
  case 'trackingNo':
470
470
  if (uniqueMarketplaceOrderShippings) {
471
471
  uniqueMarketplaceOrderShippings.map(marketplaceOrderShipping => {
472
- if (this.store?.platform === PLATFORM.LAZADA.value) {
473
- var newTrackingNo = []
474
- if (marketplaceOrderShipping?.trackingNo) {
475
- const trackingNos = JSON.parse(marketplaceOrderShipping.trackingNo)
476
- newTrackingNo = trackingNos.map(item => item.tracking_code)
477
- }
478
- let uniqueTrackingNos = [...new Set(newTrackingNo)]
479
- item = uniqueTrackingNos.join(', ')
480
- } else {
481
472
  item = marketplaceOrderShipping.trackingNo
482
- }
483
- })
473
+ })
484
474
  }
485
475
  break
486
476
  case 'postCode':
@@ -6,12 +6,12 @@ module.exports = {
6
6
  ormconfig: {
7
7
  name: 'default',
8
8
  type: 'postgres',
9
- database: 'v3-hub1',
9
+ database: 'postgres',
10
10
  username: 'postgres',
11
11
  password: 'hatio',
12
12
  host: 'localhost',
13
13
  port: 15432,
14
- synchronize: true,
14
+ synchronize: false,
15
15
  logging: true
16
16
  },
17
17
  sftpFileStorage: {
@@ -104,13 +104,13 @@ module.exports = {
104
104
  }
105
105
  },
106
106
  fulfillmentIntegrationOperato: {
107
- host: 'operato-h.com:3000',
107
+ host: '192.168.0.161:3000',
108
108
  protocol: 'http',
109
109
  platform: 'operato',
110
110
  application: 'Operato MMS',
111
111
  appKey: 'a9bf751e622bf146662b240d58971051',
112
112
  appSecret: '1c385935dc131c4b902b9bbf6a4798af',
113
- callback: 'http://operato-h.com:5000/callback-operato'
113
+ callback: 'http://192.168.0.161:5000/callback-operato'
114
114
  },
115
115
  sellercraftChannelIntegrationConfig: {
116
116
  apiKey: 'eqDVmIp0kxakM4sNnzqTkySBM73UGMS1nOPDN5Z1',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-mms",
3
- "version": "4.3.208",
3
+ "version": "4.3.210",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -80,7 +80,7 @@
80
80
  "@things-factory/integration-fulfillment": "^4.3.190",
81
81
  "@things-factory/integration-lmd": "^4.3.197",
82
82
  "@things-factory/lite-menu": "^4.3.186",
83
- "@things-factory/marketplace-base": "^4.3.208",
83
+ "@things-factory/marketplace-base": "^4.3.210",
84
84
  "@things-factory/more-ui": "^4.3.179",
85
85
  "@things-factory/notification": "^4.3.186",
86
86
  "@things-factory/oauth2-client": "^4.3.179",
@@ -100,11 +100,11 @@
100
100
  "@things-factory/scene-visualizer": "^4.3.159",
101
101
  "@things-factory/setting-ui": "^4.3.186",
102
102
  "@things-factory/system-ui": "^4.3.179",
103
- "@things-factory/warehouse-base": "^4.3.208"
103
+ "@things-factory/warehouse-base": "^4.3.210"
104
104
  },
105
105
  "devDependencies": {
106
106
  "@things-factory/builder": "^4.3.179",
107
107
  "@types/node-fetch": "^2.5.7"
108
108
  },
109
- "gitHead": "a681ae874929a5594a4e44d0eb1697b2982eace7"
109
+ "gitHead": "b4d6d4be8e4fe505d754df98a4632097d5451119"
110
110
  }