iDEAL Module Mendix 5 SystemSuccessStatus never called?
0
We are testing with the iDEAL module in Mendix 5. After making a test-transaction we get an alert 'Transaction succesfull'. But, the transaction status stays open. After debuggin this, I noticed that the microflow SystemSuccesStatus is never called. When I take a look at 'DeeplinkMicro', I see the UISuccessStatus flow is called depending on the following condition being true: $TransactionStatus = iDEAL.TransactionStatus.Success Why is it calling UISuccesStatus there, but not SystemSuccesStatus? Our entire processing is build in SystemSuccesStatus and it seems to like this flow is never called. Is it safe to call SystemSuccesStatus in the DeeplinkMicro, before UISuccesStatus is called? Thanks!