Hello ,
I am finishing one redirected Payment Plugin , but i am stuck in the last step.
My Bank accepts POST's only from only ONE static Url referrer.
So far no problem i assign the /checkout/OpcCompleteRedirectionPayment and all seems OK
BUT
when for some reason customer is cancel the payment and he wants to retry payment from order details the url referrer is changing to /orderdetail/{orderid} and my bank reject my request.

any suggestions ?
Thanks.