Skip to content

Commit

Permalink
Merge pull request #4 from ehibes/master
Browse files Browse the repository at this point in the history
New test endpoint
  • Loading branch information
ekyna authored Aug 24, 2023
2 parents ab2d60e + 0b4bd42 commit bca0204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EPrint/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Client extends SoapClient
private const NAMESPACE = 'http://www.cargonet.software';

private const PROD_WSDL = 'https://e-station.cargonet.software/dpd-eprintwebservice/eprintwebservice.asmx?WSDL';
private const TEST_WSDL = 'http://92.103.148.116/exa-eprintwebservice/eprintwebservice.asmx?WSDL';
private const TEST_WSDL = 'https://e-station-testenv.cargonet.software/eprintwebservice/eprintwebservice.asmx?WSDL';

private string $login;
private string $password;
Expand Down

0 comments on commit bca0204

Please sign in to comment.