diff --git a/hosting/management/commands/change_ch_vatrate_2023.py b/hosting/management/commands/change_ch_vatrate_2023.py
index 45ec70d9..f979ad71 100644
--- a/hosting/management/commands/change_ch_vatrate_2023.py
+++ b/hosting/management/commands/change_ch_vatrate_2023.py
@@ -89,7 +89,7 @@ class Command(BaseCommand):
                     c_user = CustomUser.objects.get(
                         id=StripeCustomer.objects.filter(stripe_id=stripe_customer_id)[0].id)
                     customer_name = c_user.name.encode('utf-8')
-                    customer_email = c.user_email
+                    customer_email = c_user.user_email
                     items = subscription.get("items", {}).get("data", [])
                     for item in items:
                         subscription_name = item.get("plan", {}).get("id", "")