diff --git a/intaro.retailcrm/classes/general/history/RetailCrmHistory_v5.php b/intaro.retailcrm/classes/general/history/RetailCrmHistory_v5.php index 35ddbcf7..ed6b851c 100644 --- a/intaro.retailcrm/classes/general/history/RetailCrmHistory_v5.php +++ b/intaro.retailcrm/classes/general/history/RetailCrmHistory_v5.php @@ -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') {