Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ошибка при отправке массива в методе sendRequest #46

Open
krupni opened this issue May 20, 2020 · 1 comment

Comments

@krupni
Copy link

krupni commented May 20, 2020

Добрый день! При отправке события через метод startEventAutomation360() с variables имеющими вложенные массивы (тип поля "структура" в панели управления) возникает ошибка "Array to string conversion" в строке

curl_setopt($curl, CURLOPT_POSTFIELDS, $data);
Эта ошибка скорее всего связанна с параметрами не позволяющими отправить вложенный массив при помощи curl.

Если отправить тот же массив методом 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

@hadacp
Copy link

hadacp commented May 25, 2020

There is identical problem with method updateEmailVariables(). Problem started with ed3105e.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants