DanielJ82
Results
1
issues of
DanielJ82
Hello, i'm trying to integrate AmazonPay in our self developed shop system. We've tried to set the proxy settings with Config configkey = new PayConfig() {snip} .withProxyHost(OUR_PROXY) .withProxyPort(PROXY_PORT) .withProxyUsername("") .withProxyPassword("");...