What steps will reproduce the problem?
1. Set up for PayPal test mode
2. Place and pay for an order
3. Click the link to return to merchant
What is the expected output? What do you see instead?
It tries to go to localhost:port/blah... instead of mydomain.com/blah
What version of the product are you using? On what operating system?
Substruct 1.0.a2, Ubuntu Feisty
Please provide any additional information below.
I set up Apache to proxy balance requests to mongrel instances running on
multiple ports on the same server. I guess when Substruct makes the call
to PayPal, PayPal uses some HTTP header to determine the URL to go back to
merchant, and this happens to be set to localhost:port.
How can I override that to be mydomain.com ?
752 bytes View Download