Skip to content

Commit

Permalink
Update tasks.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tommygonzaleza authored Feb 19, 2025
1 parent 6c0d5cc commit 4929fc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions breathecode/payments/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ def alert_payment_issue(message: str, button: str) -> None:
"SUBJECT": subject,
"MESSAGE": message,
"BUTTON": button,
"LINK": f"{get_app_url()}/plan-financing/{plan_financing.id}",
"LINK": f"{get_app_url()}/planfinancing/{plan_financing.id}",
},
academy=plan_financing.academy,
)
Expand Down Expand Up @@ -621,7 +621,7 @@ def alert_payment_issue(message: str, button: str) -> None:
"SUBJECT": subject,
"MESSAGE": message,
"BUTTON": button,
"LINK": f"{get_app_url()}/plan-financing/{plan_financing.id}",
"LINK": f"{get_app_url()}/planfinancing/{plan_financing.id}",
},
academy=plan_financing.academy,
)
Expand Down

0 comments on commit 4929fc3

Please sign in to comment.