File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ class Config
1717 const COMPRESSION_ENABLED = true ;
1818 const COMPRESSION_DISABLED = false ;
1919
20- const URL_TEST = "http ://test-is.skaut.cz/ " ;
20+ const URL_TEST = "https ://test-is.skaut.cz/ " ;
2121 const URL_PRODUCTION = "https://is.skaut.cz/ " ;
2222
2323 /**
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ public function testCallback()
3232 'ID_Application ' => 123 ,
3333 Skautis \User::ID_LOGIN => 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx ' ,
3434 ];
35- $ webService = new WebService ("http ://test-is.skaut.cz/JunakWebservice/UserManagement.asmx?WSDL " , $ data );
35+ $ webService = new WebService ("https ://test-is.skaut.cz/JunakWebservice/UserManagement.asmx?WSDL " , $ data );
3636 $ webService ->subscribe (WebService::EVENT_FAILURE , $ callback );
3737
3838 try {
@@ -58,7 +58,7 @@ public function testCall()
5858 'ID_Application ' => 123 ,
5959 Skautis \User::ID_LOGIN => 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx ' ,
6060 ];
61- $ webService = new WebService ("http ://test-is.skaut.cz/JunakWebservice/UserManagement.asmx?WSDL " , $ data );
61+ $ webService = new WebService ("https ://test-is.skaut.cz/JunakWebservice/UserManagement.asmx?WSDL " , $ data );
6262 $ webService ->subscribe (WebService::EVENT_FAILURE , $ callback );
6363
6464 try {
You can’t perform that action at this time.
0 commit comments