zendesk / zendesk_api_client_php

Official Zendesk API v2 client library for PHP
336 stars 259 forks source link

Missing parameters: 'id' must be supplied on organizations() #448

Closed hbjydev closed 4 years ago

hbjydev commented 4 years ago

So I'm running this:

$org = $this->organizations($ticket->organization_id)->find();

Where $this is an extended Zendesk API client class. But I get this error out.

Missing parameters: 'id' must be supplied for Zendesk\API\Traits\Resource\Find::find

I have no clue what's going on here.

hbjydev commented 4 years ago

Nevermind, it was a PEBCAK