We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c168f5c commit 7f88a37Copy full SHA for 7f88a37
README.md
@@ -101,7 +101,7 @@ public class DocuSignExample {
101
public static void main(String[] args) {
102
String RedirectURI = "[REDIRECT_URI]";
103
String ClientSecret = "[CLIENT_SECRET]";
104
- String integratorKey = "[INTEGRATOR_KEY]";
+ String IntegratorKey = "[INTEGRATOR_KEY]";
105
String BaseUrl = "https://demo.docusign.net/restapi";
106
String OAuthBaseUrl = "https://account-d.docusign.com";
107
0 commit comments