Private
Public Access
1
0
This commit is contained in:
2025-01-27 21:10:07 +01:00
parent 3d43a10b98
commit a72ead8672
4 changed files with 4 additions and 1 deletions

View File

@@ -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,