We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4b2d7b commit dbd18caCopy full SHA for dbd18ca
src/main/java/com/adyen/Service.java
@@ -105,8 +105,8 @@ protected String createBaseURL(String url) {
105
if (config.getLiveEndpointUrlPrefix() == null) {
106
throw new IllegalArgumentException("please provide a live url prefix in the client");
107
}
108
- if (url.contains("/possdk/v68")) {
109
- // Temporary until they fix possdk
+ if (url.contains("/possdk/")) {
+ // Custom handling of POS Mobile API url
110
url =
111
url.replaceFirst(
112
"https://checkout-test.adyen.com/",
0 commit comments