django-docusign
django-docusign copied to clipboard
create_signature without subject and blurb causes 400
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.