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, }