I have successfully run tests with the PayPal sandbox system.
I have decided to go live, but with extremely overpriced products, to run some live tests.
When a customer is redirected to paypal the login page shows my sandbox address at the top, rather than the actual PayPal address we want to receive money to.
It does transport the users e-mail address correctly to the log in page.
The code that is wrong is:
<p><input type="hidden" name="business" value="mysandbox@email.co.uk" />
but is should show as
<p><input type="hidden" name="business" value="mybusiness@email.co.uk" />
Where would I go about changing this as the Settings==>eShop==>Business Details is correct
Thanks,
James