Advertisement
Guest User

Untitled

a guest
Aug 2nd, 2019
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. GuzzleHttp\Exception\ClientException: Client error: `DELETE https://adwords.cobiro.com/api/account/1057749838/deactivate` resulted in a `404 Not Found` response:
  2. {
  3.     "status": "fail",
  4.     "message": "AdWordsAccount not found for id: 1057749838",
  5.     "code": 0,
  6.     "data": null,
  7.   (truncated...)
  8.  
  9.   File "app/Console/Commands/SyncAccountsCommand.php", line 67, in deactivateAdwordsAccount
  10.     $client->delete('/api/account/' . $account->id . '/deactivate');
  11.   File "app/Console/Commands/SyncAccountsCommand.php", line 45, in handle
  12.     $this->deactivateAdwordsAccount($account);
  13.   File "artisan", line 37
  14.     new Symfony\Component\Console\Output\ConsoleOutput
  15. ...
  16. (23 additional frame(s) were not displayed)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement