Hello,
I have a strange issue with a step which supposed to be the last but executes first. I’m deducting credits from a user.
When it’s turn it executes in the debug mode but no changes in the database, so it save to say it doesn’t execute again.
It’s disturbing the whole logic. Does anyone know how to fix it?
I have noticed a similar problem with a payment flow when I add credits to the user. It adds credits twice but only once in the database. However visually I can see double amount of credits, after reloading the page it gets back to normal.