Plugin\HookPoint\HookPointEvent::onShoppingService2 PHP Метод

onShoppingService2() публичный Метод

public onShoppingService2 ( EventArgs $event )
$event Eccube\Event\EventArgs
    function onShoppingService2(EventArgs $event)
    {
        echo EccubeEvents::SERVICE_SHOPPING_NOTIFY_COMPLETE;
    }
HookPointEvent