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.
.io
.com
1 parent bc6d5d5 commit da2b111Copy full SHA for da2b111
src/Apis/PaypageAPIConfig.php
@@ -10,7 +10,7 @@
10
class PaypageAPIConfig implements ApiConfig
11
{
12
private const DOMAIN = 'paypage.unzer.com';
13
- private const TEST_DOMAIN = 'paypage.test.unzer.io';
+ private const TEST_DOMAIN = 'paypage.test.unzer.com';
14
private const INT_DOMAIN = 'paypage.int.unzer.io';
15
16
public static function getDomain(): string
0 commit comments