1
0
mirror of synced 2024-11-22 05:16:09 +03:00

change method for add PAYED status (#127)

This commit is contained in:
Сергей Чазов 2020-08-28 13:04:26 +03:00 committed by GitHub
parent ecb845546d
commit 235ebd051f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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') {