Comment 1 for bug 1238951

Revision history for this message
Brendan Clune (Logic Supply) (brendan-clune) wrote :

For clarification, here is the Magento API call:

 public function getCarriers($orderIncrementId)
    {
        $order = Mage::getModel('sales/order')->loadByIncrementId($orderIncrementId);
    ...