Hi all,
I have a nop 3.50 website hosted on my own server.
I have configured several stores, but for simplicity let´s assume 2:
- Store1 with:
- URL: http://store1.mydomain.com
- host names: store1.mydomain.com, www.store1.mydomain.com
- Store2 with:
- URL: http://store2.mydomain.com
- host names: store2.mydomain.com, www.store2.mydomain.com
I have enabled PayPal Standard payment plugin for both stores.
To get the PDT token required by the plugin, I configured my PayPal account with:
- Return URL: http://www.store1.mydomain.com//Plugins/PaymentPayPalStandard/PDTHandler
For the second store I should use :
- Return URL: http://www.store2.mydomain.com//Plugins/PaymentPayPalStandard/PDTHandler
but the PayPal account only allows for 1 return URL in Website preferences.
So, my question is:
Do I need to setup a PayPal account for each store, and if not so how do I get the PDT token (from PayPal) for Store2 ?
Thank you.