Hi all,
I am writing a payment acquirer module. When a public user makes a payment they get a 403 forbidden error if redirected to /web_site_payment/confirmation. As they user doesn't have rights to read the transaction. I am current detecting if its the public user and then redirecting them to /shop. This is less than ideal as they are left wondering what happend to their order.
What is the best way to provide some feedback to the public user on the status of their order?
thanks