Ejemplo n.º 1
0
 public function updateShippingStatus($id, $status)
 {
     return $this->_shippingModel->updateShippingStatus($id, $status);
 }