Update ShippingOrder.php

This commit is contained in:
Anew_G.
2015-02-20 15:30:47 +08:00
parent 27b9c2b3cf
commit ebda65504b

View File

@@ -44,6 +44,6 @@ class ShippingOrder implements OrderInterface
$this->order['updatedTime'] = time();
// Setting the new order status into database;
return $this->updateOrder($order);
return $this->updateOrder($this->order);
}
}