mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/shipping-portal.git
synced 2026-08-19 04:24:12 +00:00
WIP Unity Order APIs
This commit is contained in:
@@ -28,7 +28,7 @@ class ConfirmOrderProcessor
|
||||
|
||||
public function execute(int $orderId, array $contract_obligation_list = []){
|
||||
|
||||
$order_object = new OrderObject(0,'','',0,0, '',$orderId);
|
||||
$order_object = new OrderObject(0,'','',0,0, '',$orderId,0,0);
|
||||
|
||||
$this->canConfirmOrder->passes($order_object);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user