change method for add PAYED status (#127)
This commit is contained in:
parent
ecb845546d
commit
235ebd051f
@ -1129,7 +1129,7 @@ class RetailCrmHistory
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (isset($order['fullPaidAt']) && is_string($order['fullPaidAt'])) {
|
if (isset($order['fullPaidAt']) && is_string($order['fullPaidAt'])) {
|
||||||
$newOrder->setField('PAID', 'Y');
|
$newOrder->setFieldNoDemand('PAYED', 'Y');
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($shipmentDeducted === 'Y') {
|
if ($shipmentDeducted === 'Y') {
|
||||||
|
Loading…
Reference in New Issue
Block a user