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.
1 parent 6c6044b commit 851b5d6Copy full SHA for 851b5d6
lib/api/api.js
@@ -278,6 +278,8 @@ const api = {
278
request.formData.decryptedPolicy = JSON.parse(decryptToken(request.formData.Policy));
279
}
280
281
+ // TODO - put content type field for file in request
282
+
283
console.log('Field [' + fieldname + ']: value: ' + val);
284
// TODO plan is to move on to auth once details are found
285
//if (fieldname === 'signature') {
0 commit comments