Skip to content

Commit

Permalink
Merge pull request #8 from thorgate/update_test_wsdl_url
Browse files Browse the repository at this point in the history
Update WSDL URL for digidoc test
  • Loading branch information
simonschmidt authored Aug 7, 2017
2 parents d325c12 + 1d6471d commit 452ef3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion esteid/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.2.2'
__version__ = '1.2.3'
2 changes: 1 addition & 1 deletion esteid/digidocservice/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class DigiDocService(object):
HOST_LIVE = 'LIVE'

WSDL_HOSTS = {
HOST_TEST: "https://tsp.demo.sk.ee/?wsdl",
HOST_TEST: "https://tsp.demo.sk.ee/dds.wsdl",
HOST_LIVE: "https://www.sk.ee/DigiDocService/DigiDocService_2_3.wsdl",
}

Expand Down

0 comments on commit 452ef3e

Please sign in to comment.