Skip to content

Commit c4e8c18

Browse files
committed
Always use api.postcode.eu domain
1 parent 16b54e8 commit c4e8c18

File tree

1 file changed

+2
-2
lines changed
  • app/code/community/Mage42/PostcodeNL/Helper

1 file changed

+2
-2
lines changed

app/code/community/Mage42/PostcodeNL/Helper/Data.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
class Mage42_PostcodeNL_Helper_Data extends Mage_Core_Helper_Abstract
77
{
88
/** @var string This should be updated when tagging a new version of the plugin */
9-
const PLUGIN_VERSION = '1.0.1';
9+
const PLUGIN_VERSION = '1.0.3';
1010
const SESSION_HEADER_KEY = 'X-Autocomplete-Session';
1111
const API_TIMEOUT = 3;
12-
const ACCOUNT_URL = 'https://api.postcode.nl';
12+
const ACCOUNT_URL = 'https://api.postcode.eu';
1313

1414
protected $_curlHandler;
1515
protected $_mostRecentResponseHeaders = [];

0 commit comments

Comments
 (0)