I am trying to implement a screen that interacts with our payment backend. I am using
com.clover.intent.action.PAY to launch the screen. From the documentation I should be able to return Result_Ok to indicate the payment succeeded. However, when i return that value it just goes back to the built in clover screen instead of transition to the next screen that it would show if i used the built in screens. What am i doing wrong?