add checkout

This commit is contained in:
2025-12-23 10:56:38 -03:00
parent a524666837
commit 6eff69f168
12 changed files with 840 additions and 356 deletions

View File

@@ -32,7 +32,7 @@ def create_submission_from_pdf(
submitters: list[Submitter],
email_message: EmailMessage,
**kwargs,
):
) -> dict:
r = requests.post(
url=f'{DOCUSEAL_API}/api/submissions/pdf',
json={
@@ -52,4 +52,4 @@ def create_submission_from_pdf(
)
r.raise_for_status()
return True
return r.json()