Skip to content

Commit

Permalink
Update geodis test endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
hparfr authored Feb 14, 2020
1 parent ee2842c commit d374e82
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 @@ -11,13 +11,13 @@
'demandeImpressionEtiquette': {
'xmlns': 'http://impression.service.web.etiquette.geodis.com',
'endpoint': "http://espace.geodis.com/geolabel/services/ImpressionEtiquette", # nopep8
'endpoint_test': "http://espace.recette.geodis.com/geolabel/services/ImpressionEtiquette", # nopep8
'endpoint_test': "http://espace-rct.geodis.com/geolabel/services/ImpressionEtiquette", # nopep8
'api': GeodisApiWs,
},
'findLocalite': {
'xmlns': 'http://localite.service.web.etiquette.geodis.com',
'endpoint': "http://espace.geodis.com/geolabel/services/RechercherLocalite", # nopep8
'endpoint_test': "http://espace.recette.geodis.com/geolabel/services/RechercherLocalite", # nopep8
'endpoint_test': "http://espace-rct.geodis.com/geolabel/services/RechercherLocalite", # nopep8
'api': GeodisApiFindLocaliteWs,
},
'trackingList': {
Expand Down

0 comments on commit d374e82

Please sign in to comment.