Skip to content

Commit

Permalink
Merge pull request #26 from JuniYadi/fix-invalid-json
Browse files Browse the repository at this point in the history
Fix Invalid JSON
  • Loading branch information
DivineOmega authored Nov 5, 2019
2 parents 14c7b5f + fdae94b commit bcd415e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GooglePeople.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ public function save(Contact $contact)

// If resource name does not exist, create new contact.
$method = 'POST';
$url = self::PEOPLE_BASE_URL.'people:createContact?parent=people/me';
$url = self::PEOPLE_BASE_URL.'people:createContact';

}

Expand Down

0 comments on commit bcd415e

Please sign in to comment.