Skip to content

Commit

Permalink
Change webservice URL
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-dacosta committed Apr 20, 2016
1 parent 1912cd0 commit 6594df5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chronopost_api/chronopost.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
)


WEBSERVICE_URL = 'https://www.chronopost.fr/shipping-cxf/ShippingServiceWS?wsdl'
WEBSERVICE_URL = 'https://ws.chronopost.fr/shipping-cxf/ShippingServiceWS?wsdl'

ESD_MODEL = {
"retrievalDateTime": {'max_size': 17},
Expand Down

0 comments on commit 6594df5

Please sign in to comment.