diff --git a/eg-03-csharp-auth-code-grant-core/Controllers/Eg014CollectPaymentController.cs b/eg-03-csharp-auth-code-grant-core/Controllers/Eg014CollectPaymentController.cs index 42e35af6..4456c26b 100644 --- a/eg-03-csharp-auth-code-grant-core/Controllers/Eg014CollectPaymentController.cs +++ b/eg-03-csharp-auth-code-grant-core/Controllers/Eg014CollectPaymentController.cs @@ -55,7 +55,7 @@ private EnvelopeDefinition MakeEnvelope(string signerEmail, string signerName, s // NOTA BENA: This method programmatically constructs the // // order form. For many use cases, it would be // // better to create the order form as a template // - // using the DocuSign web tool as WYSIWYG // + // using the DocuSign web tool as a WYSIWYG // // form designer. // // // /////////////////////////////////////////////////////////////////// diff --git a/eg-03-csharp-auth-code-grant-core/Views/Eg009UseTemplate/eg009.cshtml b/eg-03-csharp-auth-code-grant-core/Views/Eg009UseTemplate/eg009.cshtml index 34fd0767..9f8c499f 100644 --- a/eg-03-csharp-auth-code-grant-core/Views/Eg009UseTemplate/eg009.cshtml +++ b/eg-03-csharp-auth-code-grant-core/Views/Eg009UseTemplate/eg009.cshtml @@ -20,7 +20,7 @@ Envelopes::create.

- View source file eg009.js on GitHub. + View source file Eg009UseTemplateController.cs on GitHub.

@if (ViewBag.templateOk) { diff --git a/eg-03-csharp-auth-code-grant-core/Views/Eg010SendBinaryDocs/eg010.cshtml b/eg-03-csharp-auth-code-grant-core/Views/Eg010SendBinaryDocs/eg010.cshtml index fc606124..ed1547a3 100644 --- a/eg-03-csharp-auth-code-grant-core/Views/Eg010SendBinaryDocs/eg010.cshtml +++ b/eg-03-csharp-auth-code-grant-core/Views/Eg010SendBinaryDocs/eg010.cshtml @@ -20,7 +20,7 @@

- View source file eg010.js on GitHub. + View source file Eg010SendBinaryDocsController.cs on GitHub.

diff --git a/eg-03-csharp-auth-code-grant-core/Views/Eg011EmbeddedSending/eg011.cshtml b/eg-03-csharp-auth-code-grant-core/Views/Eg011EmbeddedSending/eg011.cshtml index d00cee04..847c1800 100644 --- a/eg-03-csharp-auth-code-grant-core/Views/Eg011EmbeddedSending/eg011.cshtml +++ b/eg-03-csharp-auth-code-grant-core/Views/Eg011EmbeddedSending/eg011.cshtml @@ -29,7 +29,7 @@

- View source file eg011.js on GitHub. + View source file Eg011EmbeddedSendingController.cs on GitHub.

diff --git a/eg-03-csharp-auth-code-grant-core/Views/Eg012EmbeddedConsole/eg012.cshtml b/eg-03-csharp-auth-code-grant-core/Views/Eg012EmbeddedConsole/eg012.cshtml index 2c7eb4cb..39c44c05 100644 --- a/eg-03-csharp-auth-code-grant-core/Views/Eg012EmbeddedConsole/eg012.cshtml +++ b/eg-03-csharp-auth-code-grant-core/Views/Eg012EmbeddedConsole/eg012.cshtml @@ -21,7 +21,7 @@

- View source file eg012.js on GitHub. + View source file Eg012EmbeddedConsoleController.cs on GitHub.

@if (!ViewBag.envelopeOk) { diff --git a/eg-03-csharp-auth-code-grant-core/Views/Eg013AddDocToTemplate/eg013.cshtml b/eg-03-csharp-auth-code-grant-core/Views/Eg013AddDocToTemplate/eg013.cshtml index 32f12a03..cc75d9fa 100644 --- a/eg-03-csharp-auth-code-grant-core/Views/Eg013AddDocToTemplate/eg013.cshtml +++ b/eg-03-csharp-auth-code-grant-core/Views/Eg013AddDocToTemplate/eg013.cshtml @@ -30,7 +30,7 @@ EnvelopeViews::createRecipient.

- View source file eg013.js on GitHub. + View source file Eg013AddDocToTemplateController.cs on GitHub.

@if (ViewBag.templateOk) { diff --git a/eg-03-csharp-auth-code-grant-core/Views/Eg014CollectPayment/eg014.cshtml b/eg-03-csharp-auth-code-grant-core/Views/Eg014CollectPayment/eg014.cshtml index f3de5dfc..2b7aa5d5 100644 --- a/eg-03-csharp-auth-code-grant-core/Views/Eg014CollectPayment/eg014.cshtml +++ b/eg-03-csharp-auth-code-grant-core/Views/Eg014CollectPayment/eg014.cshtml @@ -23,7 +23,7 @@

- View source file Eg014CollectPaymentController.cs on GitHub. + View source file Eg014CollectPaymentController.cs on GitHub.

@if (@ViewBag.gatewayOk) {