File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1515commented out
1616-->
1717
18- You can sign up for a free [ developer sandbox] ( https://developers .docusign.com/ ) .
18+ You can sign up for a free [ developer sandbox] ( https://go .docusign.com/sandbox/productshot/?elqCampaignId=16534 ) .
1919
2020## Requirements
2121
Original file line number Diff line number Diff line change 9696 if ( basePath . includes ( 'https://demo' ) ) {
9797 return exports . prototype . OAuth . BasePath . DEMO ;
9898 }
99- if ( basePath . includes ( 'https://docusign' ) ) {
99+ if ( basePath . includes ( 'https://www. docusign' ) ) {
100100 return exports . prototype . OAuth . BasePath . PRODUCTION ;
101101 }
102102 } ;
Original file line number Diff line number Diff line change 1- const PRODUCTION_BASE_PATH = 'https://docusign.net/restapi' ;
1+ const PRODUCTION_BASE_PATH = 'https://www. docusign.net/restapi' ;
22const DEMO_BASE_PATH = 'https://demo.docusign.net/restapi' ;
33const STAGE_BASE_PATH = 'https://stage.docusign.net/restapi' ;
44
You can’t perform that action at this time.
0 commit comments