Change this: https://github.com/TheCodeCompany/wp-chargify/blob/fdfa5b93a04dcc5801b464eb21bb2f270c4c0fc5/plugins/wp-chargify/includes/chargify/customers/namespace.php#L74 to this(or something similar): `'role' => isset( $wordpress_data['role'] ) && $wordpress_data['role'] ? sanitize_text_field( $wordpress_data['role'] ) : 'chargify_user',`
Change this:
wp-chargify/plugins/wp-chargify/includes/chargify/customers/namespace.php
Line 74 in fdfa5b9
to this(or something similar):
'role' => isset( $wordpress_data['role'] ) && $wordpress_data['role'] ? sanitize_text_field( $wordpress_data['role'] ) : 'chargify_user',