feat: place Order
This commit is contained in:
@@ -15,6 +15,13 @@ use Psr\Container\NotFoundExceptionInterface;
|
||||
|
||||
class ConfirmationOrderService extends BaseOrderService
|
||||
{
|
||||
|
||||
public function __construct()
|
||||
{
|
||||
parent::__construct();
|
||||
$this->isAutoSelectCoupon = 1;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return array
|
||||
* @throws ContainerExceptionInterface
|
||||
|
||||
Reference in New Issue
Block a user