Hi,
I’m trying to wrap my head around the state manager.
Using default Litium, when:
waitingconfirmation => confirmed
the email about the order is sent. (default).
Then init is set in delivery
there we want to run an integration to TA system that if success it will go to processing and await deliverystart
Init => processing seems to never trigger for delivery when I use Directpay.
Do i need to add related state? I tried to do with related against orderconfirmed and the delivery state did change to processing for however the init => processing was never executed.
Do I only use relations on the statemanager to trigger said states between order and delivery or can I trigger specific state from one and other?
I have checked the documentation regarding states:
But still cannot seem to wrap the idea on how it should be done.
Litium version: 7.4.2