feat: place Order

This commit is contained in:
2025-02-06 14:40:10 +08:00
parent fda042da54
commit e7ec144539
5 changed files with 50 additions and 5 deletions

View File

@@ -15,6 +15,13 @@ use Psr\Container\NotFoundExceptionInterface;
class ConfirmationOrderService extends BaseOrderService
{
public function __construct()
{
parent::__construct();
$this->isAutoSelectCoupon = 1;
}
/**
* @return array
* @throws ContainerExceptionInterface