Skip to content

Commit 9eddd75

Browse files
committed
2 parents 1ae28b6 + 3189d6d commit 9eddd75

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

assets/application.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,15 @@
159159
"pattern": "^[A-Za-z0-9-_]{2,30}$",
160160
"title": "Código do CD"
161161
},
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+
},
162171
"zip": {
163172
"type": "string",
164173
"maxLength": 9,
@@ -195,5 +204,5 @@
195204
}
196205
},
197206
"auth_callback_uri": "https://us-central1-ecom-datafrete.cloudfunctions.net/app/ecom/auth-callback",
198-
"version": "1.1.0"
207+
"version": "1.2.0"
199208
}

0 commit comments

Comments
 (0)