When i'm adding new contact i have it doubled in my google contacts.
`$name = $number;
$phoneNumber = "+48".$number;
$emailAddress = $number.'@'.$number.'.com';
if(($newContact = rapidweb\googlecontacts\factories\ContactFactory::create($name, $phoneNumber, $emailAddress...`
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
When i'm adding new contact i have it doubled in my google contacts.
`$name = $number;
$phoneNumber = "+48".$number;
$emailAddress = $number.'@'.$number.'.com';
if(($newContact = rapidweb\googlecontacts\factories\ContactFactory::create($name, $phoneNumber, $emailAddress...`
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.