File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed
Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change 1212 * @param {Object } args Arguments for embedding a clickwrap
1313 * @param {string } args.accessToken The access token
1414 * @param {string } args.basePath The API base path URL
15- * @param {string } args.documentArgs.fullName The email of first signer
16- * @param {string } args.documentArgs.email The name of first signer
17- * @param {string } args.documentArgs.company The email of second signer
18- * @param {string } args.documentArgs.jobTitle The name of second signer
19- * @param {string } args.documentArgs.date The email of cc recipient
15+ * @param {string } args.documentArgs.fullName
16+ * @param {string } args.documentArgs.email
17+ * @param {string } args.documentArgs.company
18+ * @param {string } args.documentArgs.jobTitle
19+ * @param {string } args.documentArgs.date
2020 */
2121 const embedClickwrap = async ( args ) => {
2222 // Step 3. Construct the request Body
2828 date : args . documentArgs . date ,
2929 } ;
3030
31- console . log ( documentArgs ) ;
32-
3331 const userAgreement = new docusignClick . UserAgreementRequest . constructFromObject ( {
3432 clientUserId : documentArgs . email ,
3533 documentData : {
5856 } ;
5957
6058 module . exports = { embedClickwrap } ;
61-
59+
You can’t perform that action at this time.
0 commit comments