Skip to content

Commit 1b22425

Browse files
committed
fixes attachment and error handling
1 parent d0ccdae commit 1b22425

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

services/payments/src/simcore_service_payments/services/notifier_email.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,7 @@ async def _create_user_email(
247247
"payment": payment,
248248
"product": product,
249249
},
250+
tip=f"Check downloading: `wget -v {payment.invoice_pdf_url}`",
250251
)
251252
_logger.exception("%s", error_msg)
252253

0 commit comments

Comments
 (0)