We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16b54e8 commit c4e8c18Copy full SHA for c4e8c18
1 file changed
app/code/community/Mage42/PostcodeNL/Helper/Data.php
@@ -6,10 +6,10 @@
6
class Mage42_PostcodeNL_Helper_Data extends Mage_Core_Helper_Abstract
7
{
8
/** @var string This should be updated when tagging a new version of the plugin */
9
- const PLUGIN_VERSION = '1.0.1';
+ const PLUGIN_VERSION = '1.0.3';
10
const SESSION_HEADER_KEY = 'X-Autocomplete-Session';
11
const API_TIMEOUT = 3;
12
- const ACCOUNT_URL = 'https://api.postcode.nl';
+ const ACCOUNT_URL = 'https://api.postcode.eu';
13
14
protected $_curlHandler;
15
protected $_mostRecentResponseHeaders = [];
0 commit comments