We're running a v04.93.00 store on DNN v6.1.3. It's using both PayPal STD and PRO for payments.
The problem is that when checking out with STD and going to PayPal to pay, the return URL is incorrect and throws an error when the customer comes back.
It should be something like this - https://www.mydomain.com/BuyNow/tabid...
But instead they are sent back to this - https://buynow/tabid/62/ctl/Confirm/m...
Notice that the domain name is missing. Also notice that the control being specified is different.
Could I get verification of the breaking change, and confirmation of a fix?