Commit 50296486 by Vladislav

#20346 Загрузка наборов минус фраз

1 parent affa6a78
...@@ -47,7 +47,6 @@ class GetNegativeKeywordSharedSets extends DirectRequest ...@@ -47,7 +47,6 @@ class GetNegativeKeywordSharedSets extends DirectRequest
function handle($response) function handle($response)
{ {
try { try {
dd($response);
if (isset($response['result']['NegativeKeywordSharedSets'])) { if (isset($response['result']['NegativeKeywordSharedSets'])) {
foreach ($response['result']['NegativeKeywordSharedSets'] as $negative_keyword_shared_sets) { foreach ($response['result']['NegativeKeywordSharedSets'] as $negative_keyword_shared_sets) {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!