Hooks are not working

Hi,

none of the Stores/Orders Collection hooks are now working.

Stores$Orders_afterInsert
Stores$Orders_beforeInsert
etc.

Did you solve this problem ?

Orders hooks not working for me either…

Hey Ihor,

Unfortunately, you encountered a bug with Hooks functionality. We unintentionally exposed this option for Stores, but we currently don’t support it.

What is it that you’re trying to achieve? Maybe onNewOrder() or any other Stores events might work for you?

I want send all sale’s information to other system, but the event onNewOrder() does not offer alll necessary information ( items puchase, for example ).
There is other option ?