fixif
This commit is contained in:
@@ -123,7 +123,7 @@ def create_contact(rower):
|
||||
data = {
|
||||
'City': rower.city,
|
||||
'CompanyName': rower.user.first_name+" "+rower.user.last_name,
|
||||
'CountryId': get_country_id(rower.country.code),
|
||||
'CountryId': get_country_id(rower.country),
|
||||
'Email': rower.user.email,
|
||||
'Firstname': rower.user.first_name,
|
||||
'PostalCode': rower.postal_code,
|
||||
|
||||
Reference in New Issue
Block a user