From 9d2a53f2e275d04f11d0904484d7a10bbacf028d Mon Sep 17 00:00:00 2001 From: Hostea dashboard Date: Tue, 13 Sep 2022 19:57:26 +0530 Subject: [PATCH] fix: more email project renaming --- billing/management/commands/generate_invoice.py | 2 +- billing/views.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/billing/management/commands/generate_invoice.py b/billing/management/commands/generate_invoice.py index 7b81135..eea0479 100644 --- a/billing/management/commands/generate_invoice.py +++ b/billing/management/commands/generate_invoice.py @@ -59,7 +59,7 @@ class Command(BaseCommand): sender = settings.DEFAULT_FROM_EMAIL send_mail( - subject="[Gna!] Payment receipt your Hostea VM", + subject="[Gna!] Payment receipt your Gna! VM", message=body, from_email=f"No reply Gna!<{sender}>", # TODO read from settings.py recipient_list=[email], diff --git a/billing/views.py b/billing/views.py index 78e6164..ff85bcf 100644 --- a/billing/views.py +++ b/billing/views.py @@ -128,7 +128,7 @@ def payment_success(request, payment_public_id): sender = settings.DEFAULT_FROM_EMAIL send_mail( - subject="[Gna!] Payment receipt your Hostea VM", + subject="[Gna!] Payment receipt your Gna! VM", message=body, from_email=f"No reply Gna!<{sender}>", # TODO read from settings.py recipient_list=[email],