You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given an active but processed order, onOrderProcessed handler is called and isOrderProcessedHandlerInvoked is assigned true
But later the order may transition isActive from false to true, eg, by way of a cancel instant action
onOrderProcessed is not called again with the updated isActive state, but I'd expect it to be.
calling onOrderProcessed is prevented by checking isOrderProcessedHandlerInvoked here
Given an active but processed order,
onOrderProcessed
handler is called andisOrderProcessedHandlerInvoked
is assignedtrue
But later the order may transition
isActive
fromfalse
totrue
, eg, by way of a cancel instant actiononOrderProcessed
is not called again with the updatedisActive
state, but I'd expect it to be.calling
onOrderProcessed
is prevented by checkingisOrderProcessedHandlerInvoked
herevda-5050-lib.js/src/controller/master-controller.ts
Line 688 in 4d2f70f
The text was updated successfully, but these errors were encountered: