I have a shopping cart I built. All works as it should except the api connector from the form to the credit card processor returns a http 200 whether its a success or failure. I need my form to redirect according to success or failure of the card. How can do that? I can’t use the standard wappler success/error etc to do it? Because either way it returns 200
and then something like browser1.goto( if data.apiSubmitPayment.data = ‘success’ then a certain page or if data.apiSubmitPayment.data = ‘failure’ go to a different page