reverbdotcom / reverb-magento

Magento 1.x plugin for syncing with Reverb
Other
7 stars 10 forks source link

Argument 1 passed to Reverb_ReverbSync_Model_Category_Reverb::convertJsonObjectArrayToORMDataArray() must be of the type array, object given #272

Closed dunagan5887 closed 7 years ago

dunagan5887 commented 7 years ago

Reverb_ReverbSync_Model_Category_Reverb::convertJsonObjectArrayToORMDataArray() has a signature requiring argument $jsonObject to be of type array. The requirement should instead be of type stdClass. This is preventing loading of the Reverb categories table