Skip to content

Missing Contact Name After Update Contact  #65

@RynC1999

Description

@RynC1999

i want to update contact data, but when i updated the data, the contact name has been missing. this is my code

` $contact->name = 'Test';
$contact->phoneNumber = '081234567890';
$contact->email = 'test@example.com';

$contactAfterUpdate = rapidweb\googlecontacts\factories\ContactFactory::submitUpdates($contact);

var_dump($contactAfterUpdate);`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions