mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-02-23 17:22:41 +01:00
commit
8613f9a06d
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user