Skip to content

Commit 2e1b704

Browse files
Use USER_FULLNAME
1 parent 12da051 commit 2e1b704

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ds_configuration.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ exports.config = {
77
dsClientId: process.env.DS_CLIENT_ID || '{CLIENT_ID}' // The app's DocuSign integration key
88
, dsClientSecret: process.env.DS_CLIENT_SECRET || '{CLIENT_SECRET}' // The app's DocuSign integration key's secret
99
, signerEmail: process.env.DS_SIGNER_EMAIL || '{USER_EMAIL}'
10-
, signerName: process.env.DS_SIGNER_NAME || '{USER_NAME}'
10+
, signerName: process.env.DS_SIGNER_NAME || '{USER_FULLNAME}'
1111
, appUrl: process.env.DS_APP_URL || '{APP_URL}' // The url of the application. Eg http://localhost:5000
1212
// NOTE: You must add a Redirect URI of appUrl/ds/callback to your Integration Key.
1313
// Example: http://localhost:5000/ds/callback

0 commit comments

Comments
 (0)