Skip to content

Commit

Permalink
Update findlocalite geodis url in favor of https to fix the test service
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-dacosta committed May 6, 2020
1 parent 7bb2167 commit a387141
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roulier/carriers/geodis/geodis_common_ws.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
},
'findLocalite': {
'xmlns': 'http://localite.service.web.etiquette.geodis.com',
'endpoint': "http://espace.geodis.com/geolabel/services/RechercherLocalite", # nopep8
'endpoint_test': "http://espace-rct.geodis.com/geolabel/services/RechercherLocalite", # nopep8
'endpoint': "https://espace.geodis.com/geolabel/services/RechercherLocalite", # nopep8
'endpoint_test': "https://espace-rct.geodis.com/geolabel/services/RechercherLocalite", # nopep8
'api': GeodisApiFindLocaliteWs,
},
'trackingList': {
Expand Down

0 comments on commit a387141

Please sign in to comment.