Matias Orlando

Results 3 issues of Matias Orlando

I need to name my multiselect array like `name[]` so it get processed correctly by my API. I added support for this.

Hello, I use Talend to import 1'000 products per API call and I encountered some issues when I tried to import products gallery images. The code in ApiImport/code/Model/Import/Api/V2.php line 49...

Bug

The [official PHP client](https://github.com/pusher/pusher-http-php) includes `channel_data`in [their signature](https://github.com/pusher/pusher-http-php/blob/de2f72296808f9cafa6a4462b15a768ff130cddb/src/Pusher.php#L901) This leads to a subscription error on private channels. This PR adds the `channel_data` in the signature if available.