Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. $options = [
  2. 'form_params' => [
  3. 'auth_token' => $this->authToken,
  4. 'by_user_id' => $byUserId,
  5. 'operations' => $operations,
  6. ],
  7. ];
  8.  
  9. $response = $this->client->request('POST', $uri, $options);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement