I have an app that shows a custom page each time a new order is created by listening for the ORDER_CREATED intent. I'm running into a problem when using Fast Pay and when debugging it seems that there is an order created intent that is being broadcasted before I dismiss the receipt screen pictured below.
This problem I'm running into is that the custom screen I have for new orders is popping up over the receipt screen and essentially skipping it.
Is this the expected behavior for the order created intent with Fast Pay or not?