renamed siteList action
This commit is contained in:
parent
681811c16e
commit
a0f224f882
1 changed files with 1 additions and 5 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue