Merge pull request #119 from AnewG/patch-1

Update ShippingOrder.php
This commit is contained in:
Dominik Liebler 2015-02-20 13:01:52 +01:00
commit 8613f9a06d

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);
}
}