Skip to content

Commit 0830fbd

Browse files
committed
Update example to customer search
1 parent b8c5137 commit 0830fbd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
$signer = new \Kobas\Auth\Signer($companyId, $staffId, $staffSecret);
77
$client = new \Kobas\Client($signer);
88

9-
$venues = $client->get('data/venue');
9+
$venues = $client->get('customer/search', ['email' => 'example@example.com']);

0 commit comments

Comments
 (0)