django-docusign icon indicating copy to clipboard operation
django-docusign copied to clipboard

create_signature without subject and blurb causes 400

Open smcoll opened this issue 9 years ago • 0 comments

DocuSign's API returns a 400 when a subject or blurb are not present in the envelope creation call. For this reason, i propose that we make them required arguments in the create_signature function. That would change the function's signature, so may be backwards incompatible, but otherwise create_signature(obj) will fail every time.

smcoll avatar Nov 19 '15 16:11 smcoll