fixed order status update
This commit is contained in:
parent
e3ceadfe67
commit
622dd0e56c
@ -412,7 +412,7 @@ class ICrmOrderActions
|
|||||||
'USER_ID' => $userId, //$order['customer']
|
'USER_ID' => $userId, //$order['customer']
|
||||||
'PAY_SYSTEM_ID' => $optionsPayTypes[$order['paymentType']],
|
'PAY_SYSTEM_ID' => $optionsPayTypes[$order['paymentType']],
|
||||||
'PAYED' => $optionsPayment[$order['paymentStatus']],
|
'PAYED' => $optionsPayment[$order['paymentStatus']],
|
||||||
'PERSON_TYPE_ID' => $optionsOrderTypes[$order['orderType']],
|
//'PERSON_TYPE_ID' => $optionsOrderTypes[$order['orderType']],
|
||||||
'DELIVERY_ID' => $optionsDelivTypes[$order['deliveryType']],
|
'DELIVERY_ID' => $optionsDelivTypes[$order['deliveryType']],
|
||||||
'STATUS_ID' => $optionsPayStatuses[$order['status']]
|
'STATUS_ID' => $optionsPayStatuses[$order['status']]
|
||||||
));
|
));
|
||||||
|
Loading…
Reference in New Issue
Block a user