Work on importing person and membership data
This commit is contained in:
@@ -838,7 +838,9 @@ async def ins_up_membership_person_data(
|
||||
log.debug(external_import_id)
|
||||
|
||||
if membership_type_name := record.get('membership_type', None): pass
|
||||
else: continue
|
||||
else:
|
||||
log.warning(f'No membership information information found. Person ID: {person_id}, External ID: {external_id}, Email: {email}')
|
||||
continue
|
||||
|
||||
data = {}
|
||||
data['account_id'] = account_id
|
||||
|
||||
Reference in New Issue
Block a user