add payment retries
This commit is contained in:
@@ -112,6 +112,7 @@ def sample(course_id: str, s3_uri: Annotated[str, Body(embed=True)]):
|
||||
# Send template URI and data to Paperforge API to generate a PDF
|
||||
r = requests.post(
|
||||
PAPERFORGE_API,
|
||||
timeout=(1, 3),
|
||||
json={
|
||||
'template_uri': s3_uri,
|
||||
'args': {
|
||||
|
||||
Reference in New Issue
Block a user