php-google-contacts-v3-api icon indicating copy to clipboard operation
php-google-contacts-v3-api copied to clipboard

Duplicated new contacts

Open tosiek opened this issue 6 years ago • 1 comments

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.

tosiek avatar Aug 24 '17 15:08 tosiek

I've not been able to replicate this issue. Is it still a problem?

DivineOmega avatar Feb 27 '18 16:02 DivineOmega