Skip to content

Commit 4d4768c

Browse files
author
Milan Latinovic
committed
Sandbox support for create_document_from_template()
1 parent c40cc9c commit 4d4768c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eversign/client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ def create_document_from_template(self, template):
151151

152152
data = {
153153
'template_id': template.document_hash or template.template_id,
154+
'sandbox': template.sandbox,
154155
'title': template.title,
155156
'message': template.title,
156157
'redirect': template.redirect,

0 commit comments

Comments
 (0)