Skip to content

Commit 60222dd

Browse files
committed
added missing columns
1 parent 49de57c commit 60222dd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

microsetta_private_api/repo/interested_user_repo.py

+6
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ def update_interested_user(self, interested_user):
6666
"state = %s, "
6767
"postal_code = %s, "
6868
"country = %s, "
69+
"latitude = %s, "
70+
"longitude = %s, "
71+
"confirm_consent = %s, "
6972
"address_checked = %s, "
7073
"address_valid = %s, "
7174
"residential_address = %s, "
@@ -82,6 +85,9 @@ def update_interested_user(self, interested_user):
8285
interested_user.state,
8386
interested_user.postal_code,
8487
interested_user.country,
88+
interested_user.latitude,
89+
interested_user.longitude,
90+
interested_user.confirm_consent,
8591
interested_user.address_checked,
8692
interested_user.address_valid,
8793
interested_user.residential_address,

0 commit comments

Comments
 (0)