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 c40cc9c commit 4d4768cCopy full SHA for 4d4768c
eversign/client.py
@@ -151,6 +151,7 @@ def create_document_from_template(self, template):
151
152
data = {
153
'template_id': template.document_hash or template.template_id,
154
+ 'sandbox': template.sandbox,
155
'title': template.title,
156
'message': template.title,
157
'redirect': template.redirect,
0 commit comments