Contact import user_id column always set null
This commit is contained in:
		@@ -21,6 +21,7 @@ class Customers extends Import
 | 
			
		||||
 | 
			
		||||
        $row['type'] = 'customer';
 | 
			
		||||
        $row['country'] = !empty($country) ? $country : null;
 | 
			
		||||
        $row['user_id'] = null;
 | 
			
		||||
 | 
			
		||||
        return $row;
 | 
			
		||||
    }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user