Skip to content

Commit

Permalink
Remove un-needed configuration lines in sample
Browse files Browse the repository at this point in the history
  • Loading branch information
Ergin008 committed Aug 18, 2015
1 parent 576d4b0 commit 5c07590
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Examples.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,13 @@ class TestProgram
// Your Integrator Key can be found in your account Preferences -> API screen.
protected const string IntegratorKey = "***";

// update this once you move into production
protected const string Environment = "http://demo.docusign.net";

static void Main(string[] args)
{
// Example #1...
Console.WriteLine("Testing Walkthrough #1...");

// configure application's integrator key, webservice url, and rest api version
RestSettings.Instance.IntegratorKey = IntegratorKey;
RestSettings.Instance.DocuSignAddress = Environment;
RestSettings.Instance.WebServiceUrl = Environment + "/restapi/v2";

TestProgram test = new TestProgram();
test.SignatureRequestFromTemplate();
Expand Down

0 comments on commit 5c07590

Please sign in to comment.