Skip to content

Commit ad32ae3

Browse files
committed
Helping out
1 parent 89afda0 commit ad32ae3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

launcher-csharp/eSignature/Controllers/FocusedView.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ public FocusedView(DSConfiguration config, IConfiguration configuration, Launche
3030
this.dsPingUrl = config.AppUrl + "/";
3131
this.dsReturnUrl = config.AppUrl + "/dsReturn";
3232
_configuration = configuration;
33-
this.ViewBag.IntegrationKey = this.Configuration["DocuSign:ClientId"];
3433

3534
this.CodeExampleText = this.GetExampleText("eg044", ExamplesAPIType.ESignature);
3635
this.ViewBag.title = this.CodeExampleText.ExampleName;
@@ -89,7 +88,7 @@ public IActionResult Create(string signerEmail, string signerName)
8988
// Save for future use within the example launcher
9089
this.RequestItemsService.EnvelopeId = result.Item1;
9190
this.ViewBag.Url = result.Item2;
92-
this.ViewBag.IK = this.dsIntegrationKey;
91+
this.ViewBag.IntegrationKey = this._configuration["DocuSign:ClientId"];
9392

9493
// Redirect the user to the Signing Ceremony
9594
return this.View("embed");

0 commit comments

Comments
 (0)