Skip to content

Commit 3533f6c

Browse files
DEVDOCS-10448 codeDepot tags fix
1 parent 549498e commit 3533f6c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/eSignature/examples/embeddedSigningCFR.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,15 +63,15 @@ const sendEnvelopeForEmbeddedSigning = async (args) => {
6363
console.log(`Envelope was created. EnvelopeId ${envelopeId}`);
6464

6565
// create the recipient view, the embedded signing
66-
//ds-snippet-start:eSign41Step5
66+
//ds-snippet-start:eSign41Step6
6767
let viewRequest = makeRecipientViewRequest(args.envelopeArgs);
6868

69-
//ds-snippet-end:eSign41Step5
7069
// Call the CreateRecipientView API
7170
// Exceptions will be caught by the calling function
7271
results = await envelopesApi.createRecipientView(args.accountId, envelopeId, {
7372
recipientViewRequest: viewRequest,
7473
});
74+
//ds-snippet-end:eSign41Step6
7575

7676
return { envelopeId: envelopeId, redirectUrl: results.url };
7777
};
@@ -158,7 +158,7 @@ function makeEnvelope(args) {
158158
}
159159
//ds-snippet-end:eSign41Step3
160160

161-
//ds-snippet-start:eSign29Step5
161+
//ds-snippet-start:eSign41Step5
162162
function makeRecipientViewRequest(args) {
163163
// Data for this method
164164
// args.dsReturnUrl
@@ -201,6 +201,6 @@ function makeRecipientViewRequest(args) {
201201

202202
return viewRequest;
203203
}
204-
//ds-snippet-end:eSign29Step5
204+
//ds-snippet-end:eSig41Step5
205205

206206
module.exports = { sendEnvelopeForEmbeddedSigning };

0 commit comments

Comments
 (0)