From 375db52caddadcfaf58a56894653768bf8785468 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Mon, 8 Sep 2025 11:07:27 -0400 Subject: [PATCH] account fix --- app/api/services/account.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/api/services/account.py b/app/api/services/account.py index bce0362..971320e 100644 --- a/app/api/services/account.py +++ b/app/api/services/account.py @@ -400,7 +400,7 @@ class AccountService(BaseService): "lastname": member_data.lastname, "account_name": member_data.account_name, "phone": "911 111 1111", - "address": "linkedin.com", + "full_address": "100 White House, Washington, DC 00000", "country": member_data.country, }