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

add lodash and refresh after input bonus count

This commit is contained in:
Sergey Chazov 2020-09-30 15:41:22 +03:00 committed by Neur0toxine
parent 1371f38f5b
commit cadc88526f

View file

@ -96,4 +96,9 @@ class EventsHandlers
AddMessage2Log('OnSaleComponentOrderOneStepProcessHandler work! '. $arUserResult. $arParams);
return $arResult;
}
public function OnSaleComponentOrderResultPrepared($order, $arUserResult, $request, $arParams, $arResult)
{
}
}