如何在验证订单中使用 php 更改 Prestashop 订单状态

How change Prestashop Order status with php in validate order

如何使用 php 更改 Prestashop 订单状态以验证订单 我

$history = new OrderHistory();
$history->id_order = (int)$order->id;
$history->changeIdOrderState(27, (int)($order->id));