Philip/ussd bug fixes

This commit is contained in:
2021-04-06 17:53:38 +00:00
parent 7728f38f14
commit e9fb80ab78
19 changed files with 146 additions and 48 deletions

View File

@@ -92,7 +92,7 @@ class UserMetadata:
# validate data
person = Person()
deserialized_person = person.deserialize(metadata=json.loads(data))
deserialized_person = person.deserialize(person_data=json.loads(data))
cache_data(key=self.metadata_pointer, data=json.dumps(deserialized_person.serialize()))
elif status == 404: