@cinerino/sdk 3.53.0 → 3.54.0
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.
|
@@ -125,7 +125,24 @@ async function main() {
|
|
|
125
125
|
{
|
|
126
126
|
name: 'SampleName',
|
|
127
127
|
value: 'SampleValue'
|
|
128
|
-
}
|
|
128
|
+
},
|
|
129
|
+
...(typeof process.env.LINE_NOTIFY_URL === 'string' && process.env.LINE_NOTIFY_URL.length > 0)
|
|
130
|
+
? [
|
|
131
|
+
{
|
|
132
|
+
name: 'onOrderPlaced.recipient.url',
|
|
133
|
+
value: process.env.LINE_NOTIFY_URL
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
name: 'onOrderPlaced.object.customer.identifier',
|
|
137
|
+
value: 'onOrderPlaced.object.customer.identifier.value1'
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
name: 'onOrderPlaced.object.customer.identifier',
|
|
141
|
+
value: 'onOrderPlaced.object.customer.identifier.value2'
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
]
|
|
145
|
+
: []
|
|
129
146
|
]
|
|
130
147
|
},
|
|
131
148
|
seller: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cinerino/sdk",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.54.0",
|
|
4
4
|
"description": "Cinerino SDK",
|
|
5
5
|
"main": "./lib/index.js",
|
|
6
6
|
"browser": {
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
"watchify": "^3.11.1"
|
|
98
98
|
},
|
|
99
99
|
"dependencies": {
|
|
100
|
-
"@cinerino/api-abstract-client": "3.
|
|
100
|
+
"@cinerino/api-abstract-client": "3.54.0",
|
|
101
101
|
"debug": "^3.2.6",
|
|
102
102
|
"http-status": "^1.4.2",
|
|
103
103
|
"idtoken-verifier": "^2.0.3",
|