You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PHP Notice: Undefined index: id in vendor/dotzero/amocrm/src/Models/Note.php on line 144
Там $result = array_map(function($item) { return $item['id']; }, $response['notes']['add']);
Рекомендую заменить на array_column
The text was updated successfully, but these errors were encountered:
PHP Notice: Undefined index: id in vendor/dotzero/amocrm/src/Models/Note.php on line 144
Там
$result = array_map(function($item) { return $item['id']; }, $response['notes']['add']);
Рекомендую заменить на array_column
The text was updated successfully, but these errors were encountered: