I'm encountering a bit of trouble when moving my app (with makes use of Omnipay/PayPal) from the testserver to the productionserver.
PayPal-Payment works fine on the testserver. But I keep getting an "10002"-Error ("Authentication/Authorization Failed - You do not have permission to make this API call) on the productionserver. PayPal API-credentials are identical on both systems - so I guess there must be some differences between the two machines (on is a local MAMP-setup, the other a managed virtual server) causing this.
Have you encountered anything like this before?
Thanks in advance for you support