change method for add PAYED status (#127)
This commit is contained in:
parent
ecb845546d
commit
235ebd051f
1 changed files with 1 additions and 1 deletions
|
@ -1129,7 +1129,7 @@ class RetailCrmHistory
|
|||
}
|
||||
|
||||
if (isset($order['fullPaidAt']) && is_string($order['fullPaidAt'])) {
|
||||
$newOrder->setField('PAID', 'Y');
|
||||
$newOrder->setFieldNoDemand('PAYED', 'Y');
|
||||
}
|
||||
|
||||
if ($shipmentDeducted === 'Y') {
|
||||
|
|
Loading…
Add table
Reference in a new issue