Dears,
How to run plugin for parent entity AFTER Updating field in the child entity through plugin
Example :
I have Order , Order details entities.
there is a plugin running in details which update the total field in the header, after updating the header total there is a plugin to some the Total Order .
the parenet plugin giving error.
how to impleement this scenario ?