1
0
Fork 0
mirror of synced 2025-04-18 16:41:02 +00:00

renamed siteList action

This commit is contained in:
Sergey Chazov 2021-05-07 10:58:57 +03:00 committed by Neur0toxine
parent 681811c16e
commit a0f224f882

View file

@ -206,11 +206,7 @@ class EventsHandlers
$loyaltyBonusMsg
);
$hlInfoBuilder->setCalculateItemsInput($calculateItemsInput);
$hlInfoBuilder->build();
$hlInfo = $hlInfoBuilder->getResult();
\Bitrix\Main\Diag\Debug::writeToFile(json_encode($hlInfo), '', 'log.txt');
$orderLoyaltyDataService->saveLoyaltyInfoToHl($hlInfo);
$orderLoyaltyDataService->saveLoyaltyInfoToHl($hlInfoBuilder->build()->getResult());
self::$disableSaleHandler = false;
}