michaelkmartin / laravel-magento-integration

A simple Magento Integration using SOAP v1 and v2
34 stars 13 forks source link

Convert response to associative aary #2

Open smshahinulislam opened 9 years ago

smshahinulislam commented 9 years ago

I have tried to convert response to associative array without prepending *. But it returns null in case of

json_decode(json_encode($result), true);

and shows error when trying

$result->toArray();