From 4396e993bfbd9cba1aafdf13b8e293f98a5994ae Mon Sep 17 00:00:00 2001 From: David Baker Date: Wed, 10 Jul 2019 14:20:36 +0100 Subject: [PATCH] Missed accessToken Co-Authored-By: J. Ryan Stinnett --- src/Terms.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Terms.js b/src/Terms.js index 84fc394ebb..ca19d4b590 100644 --- a/src/Terms.js +++ b/src/Terms.js @@ -42,7 +42,7 @@ export class Service { /** * Present a popup to the user prompting them to agree to terms and conditions * - * @param {Service[]} services Object with keys 'servicetype', 'baseurl', ' + * @param {Service[]} services Object with keys 'serviceType', 'baseUrl', 'accessToken' * @param {function} dialogTermsInteractionCallback Function called with an array of: * { service: {Service}, terms: {terms response from API} } * Must return a Promise which resolves with a list of URLs of documents agreed to