We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1ae28b6 + 3189d6d commit 9eddd75Copy full SHA for 9eddd75
assets/application.json
@@ -159,6 +159,15 @@
159
"pattern": "^[A-Za-z0-9-_]{2,30}$",
160
"title": "Código do CD"
161
},
162
+ "datafrete_token": {
163
+ "schema": {
164
+ "type": "string",
165
+ "maxLength": 255,
166
+ "title": "Datafrete token",
167
+ "description": "Token para REST API do Datafrete na filial do respectivo CD"
168
+ },
169
+ "hide": true
170
171
"zip": {
172
"type": "string",
173
"maxLength": 9,
@@ -195,5 +204,5 @@
195
204
}
196
205
197
206
"auth_callback_uri": "https://us-central1-ecom-datafrete.cloudfunctions.net/app/ecom/auth-callback",
198
- "version": "1.1.0"
207
+ "version": "1.2.0"
199
208
0 commit comments