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
Добрый день! При отправке события через метод startEventAutomation360() с variables имеющими вложенные массивы (тип поля "структура" в панели управления) возникает ошибка "Array to string conversion" в строке
Добрый день! При отправке события через метод startEventAutomation360() с variables имеющими вложенные массивы (тип поля "структура" в панели управления) возникает ошибка "Array to string conversion" в строке
sendpulse-rest-api-php/src/ApiClient.php
Line 120 in ed3105e
Если отправить тот же массив методом POST в формате json по адресу эвента то никаких проблем нет.
Пример массива:
[ 'email' => '', 'phone' => '', 'full_name' => '', 'sales' => [ [ 'image' => '', 'period' => '', 'title' => '', 'link' => '' ], [ 'image' => '', 'period' => '', 'title' => '', 'link' => '' ], [ 'image' => '', 'period' => '', 'title' => '', 'link' => '' ], [ 'image' => '', 'period' => '', 'title' => '', 'link' => '' ] ] ]
PHP version: 7.3.9
The text was updated successfully, but these errors were encountered: