fixed api endpoint
This commit is contained in:
parent
dd96aa84d0
commit
d59f9f3718
1 changed files with 2 additions and 1 deletions
|
|
@ -44,7 +44,8 @@ public class KSeFAuthManagerTest {
|
||||||
// Test config
|
// Test config
|
||||||
manager.setKsefToken(Params.TOKEN);
|
manager.setKsefToken(Params.TOKEN);
|
||||||
manager.setKsefNip(Params.NIP);
|
manager.setKsefNip(Params.NIP);
|
||||||
manager.setKsefEndpoint("https://ksef-test.mf.gov.pl/api/v2");
|
// manager.setKsefEndpoint("https://ksef-test.mf.gov.pl/api/v2");
|
||||||
|
manager.setKsefEndpoint("https://api-test.ksef.mf.gov.pl/v2");
|
||||||
manager.setDebug(false);
|
manager.setDebug(false);
|
||||||
|
|
||||||
// init() ausführen
|
// init() ausführen
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue