Hi!
I developed custom Payment provider and it works ok while my web site is on http.
When we switch to https we have issue because paymant gateway returns data in post and my return url is allways http (I get it like this returnURL = this.GetBaseUrl(order);). Response gets redirected to correct address but it loses post data in redirections.
How can je get https address as return url?
Ivan