Hi Experts,
Here is my issue,
I have two plugins registered on quote entity:
1. Plugin 1 triggers using a Calculate button(custom button) -> javascript -> calls save function and updates a field "abc_abc" -> on this field update a plugin is registered and it is called
2. Plguin 2 triggers on Activate button(OOB) of quote -> registered on setstate dynamic entity
They are both working fine when they are on 8.2
After V9 upgrade
if I click calculate somehow for no reason activate plugin is triggering and throwing error.
Tried below:
1. update plugin 2 to setstate message instead of Setstate dynamic entity -> result plugin 1 works but activate never triggers plugin 2
2. Disable plugin 2 -> result plugin 1 works
3. put plugin 2 in setstatedynamic entity -> run into same issue as stated
Any help appreciated. Thanks