five23 / shipsync-community

FedEx Web Services Integration for Magento
9 stars 10 forks source link

ShipSync is not creating request object on create_order #33

Open yaswanthbs opened 8 years ago

yaswanthbs commented 8 years ago

Hi, Does current ShipSync version supports Magento 1.9. I got this question because, when I am clicking on create shipment button it's displaying as 'Error: Empty API response'. So I have gone through the code and found this line of code. $request = new Varien_Object(); Mage::log('printing request :: '.$request->toString); when I am trying to print $request object then it is empty. Please let me know if anyone have idea.