Skip to content

Commit ffc94c8

Browse files
committed
Update ContactsWebservice.php
1 parent 83262d3 commit ffc94c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Webservice/ContactsWebservice.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public function initialize(): void
1212

1313
$this->setEndpoint('contact');
1414

15-
$this->addNestedResource('/3.0/contact/:id', [
15+
$this->addNestedResource('/2.0/contact/:id', [
1616
'id',
1717
]);
1818
}

0 commit comments

Comments
 (0)