fix
This commit is contained in:
@@ -103,7 +103,8 @@ class Members(db.Model):
|
|||||||
|
|
||||||
member.full_address = profile_data["full_address"]
|
member.full_address = profile_data["full_address"]
|
||||||
member.account_name = profile_data["account_name"]
|
member.account_name = profile_data["account_name"]
|
||||||
member.firstname = profile_data["phone"]
|
member.firstname = profile_data["firstname"]
|
||||||
|
member.lastname = profile_data["lastname"]
|
||||||
member.phone = profile_data["phone"]
|
member.phone = profile_data["phone"]
|
||||||
member.updated = datetime.now(timezone.utc)
|
member.updated = datetime.now(timezone.utc)
|
||||||
return member
|
return member
|
||||||
|
|||||||
Reference in New Issue
Block a user