Jacob Chen
Results
1
issues of
Jacob Chen
Passing an array of statuses to the `mandates()->all()` method: ``` $paginator = $client->mandates()->all([ 'params' => [ 'status' => ['pending_submission', 'submitted', 'active'] ] ]); ``` results in the following error: `One...