We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0bdf43 commit b822c90Copy full SHA for b822c90
1 file changed
src/main/java/com/unzer/payment/communication/api/ApiUrls.java
@@ -8,5 +8,5 @@ public class ApiUrls {
8
public static final String TOKEN_SERVICE_TEST_URL = "https://token.test.upcgw.com";
9
10
public static final String PAYPAGE_URL = "https://paypage.unzer.com";
11
- public static final String PAYPAGE_TEST_URL = "https://paypage.test.unzer.io";
+ public static final String PAYPAGE_TEST_URL = "https://paypage.test.unzer.com";
12
}
0 commit comments