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.
2 parents fc0f4b3 + f2fd118 commit a8e626eCopy full SHA for a8e626e
JWTConsoleApp/ds_config_jwt_mini_example.php
@@ -11,7 +11,9 @@
11
'demo_doc_path' => '../public/demo_documents/',
12
'doc_docx' => 'World_Wide_Corp_Battle_Plan_Trafalgar.docx',
13
'doc_pdf' => 'World_Wide_Corp_lorem.pdf',
14
- 'doc_txt' => 'Check_If_Approved.txt'
+ 'doc_txt' => 'Check_If_Approved.txt',
15
+ 'quickACG' => '{QUICK_ACG_VALUE}',
16
+ "CodeExamplesManifest" => "https://raw.githubusercontent.com/docusign/code-examples-csharp/master/manifest/CodeExamplesManifest.json"
17
18
];
19
$GLOBALS['DS_CONFIG'] = $DS_CONFIG;
0 commit comments