Fix small typo

This commit is contained in:
AS
2014-05-29 15:31:12 +08:00
parent df90bc0eff
commit 00d44261c1

View File

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