mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-07-28 02:30:20 +02:00
Update ShippingOrder.php
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user