mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-06-08 23:18:16 +02:00
commit
06b2af461f
@ -34,7 +34,7 @@ class CreateOrder implements OrderInterface
|
|||||||
$this->order['updatedTime'] = time();
|
$this->order['updatedTime'] = time();
|
||||||
|
|
||||||
// Setting the new order status into database;
|
// 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