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 23
23
"gateway_account_id" : "{DS_PAYMENT_GATEWAY_ID}" ,
24
24
"gateway_name" : "stripe" ,
25
25
"gateway_display_name" : "Stripe" ,
26
- "github_example_url" : "https://github.com/docusign/code-examples-python/tree/master/app/" ,
26
+ "github_example_url" : "https://github.com/docusign/code-examples-python/tree/master/app/eSignature/examples/ " ,
27
27
"documentation" : "" , # Use an empty string to indicate no documentation path.
28
28
"quickstart" : "false"
29
29
}
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ def get_view():
45
45
"eg001_embedded_signing.html" ,
46
46
title = "Embedded Signing Ceremony" ,
47
47
source_file = path .basename (path .dirname (__file__ )) + "/controller.py" ,
48
- source_url = DS_CONFIG [ "github_example_url" ] + path .basename (path .dirname (__file__ )) + "/controller.py" ,
48
+ source_url = "https://github.com/docusign/code-examples-python/tree/master/app/" + path .basename (path .dirname (__file__ )) + "/controller.py" ,
49
49
documentation = DS_CONFIG ["documentation" ] + eg ,
50
50
show_doc = DS_CONFIG ["documentation" ],
51
51
signer_name = DS_CONFIG ["signer_name" ],
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ certifi==2019.9.11
3
3
cffi == 1.13.2
4
4
chardet == 3.0.4
5
5
Click == 7.0
6
- cryptography == 2.8
6
+ cryptography == 3.2
7
7
docusign-esign == 3.6.0
8
8
docusign-rooms == 1.0.0b1
9
9
Flask == 1.1.1
You can’t perform that action at this time.
0 commit comments