You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi thank You very much for the extension.
Please check in rapidweb\googlecontacts\factories\ContactFactory in method submitUpdates - there is no line for editing content of the contact. The xml that we get from google is:
`
`
And the line of code
$contactGDNodes = $xmlContactsEntry->children('http://schemas.google.com/g/2005');
will return only gd:email and gd:phoneNumber. You made special line for title, but forget about content:
$xmlContactsEntry->title = $updatedContact->name;
Best regards.
The text was updated successfully, but these errors were encountered:
Hi thank You very much for the extension.
Please check in rapidweb\googlecontacts\factories\ContactFactory in method submitUpdates - there is no line for editing content of the contact. The xml that we get from google is:
`
`
And the line of code
$contactGDNodes = $xmlContactsEntry->children('http://schemas.google.com/g/2005');
will return only gd:email and gd:phoneNumber. You made special line for title, but forget about content:
$xmlContactsEntry->title = $updatedContact->name;
Best regards.
The text was updated successfully, but these errors were encountered: