Skip to content

Commit

Permalink
Merge pull request #23 from Babylone-repo/master
Browse files Browse the repository at this point in the history
Add UTF8 support for translations
  • Loading branch information
alfallouji authored Oct 11, 2016
2 parents 6a40656 + b2c7802 commit 063eeb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DHL/Client/Web.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ class Web
* Url to services
* @var string
*/
private $_stagingUrl = 'https://xmlpitest-ea.dhl.com/XMLShippingServlet';
private $_stagingUrl = 'https://xmlpitest-ea.dhl.com/XMLShippingServlet?isUTF8Support=true';

/**
* Url to services
* @var string
*/
private $_productionUrl = 'https://xmlpi-ea.dhl.com/XMLShippingServlet';
private $_productionUrl = 'https://xmlpi-ea.dhl.com/XMLShippingServlet?isUTF8Support=true';

/**
* Use production server or staging
Expand Down

0 comments on commit 063eeb7

Please sign in to comment.