Skip to content
This repository has been archived by the owner on Oct 19, 2022. It is now read-only.

Commit

Permalink
Update server url
Browse files Browse the repository at this point in the history
  • Loading branch information
Edwin Jacobs committed Sep 30, 2020
1 parent bb8bf07 commit 2bddc87
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/community/Emico/Tweakwise/etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<config>
<modules>
<Emico_Tweakwise>
<version>2.0.0</version>
<version>2.0.1</version>
</Emico_Tweakwise>
</modules>
<global>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?php
/**
* @author : Edwin Jacobs, email: ejacobs@emico.nl.
* @copyright : Copyright Emico B.V. 2020.
*/
/** @var Mage_Catalog_Model_Resource_Eav_Mysql4_Setup $installer */
$installer = $this;
$installer->startSetup();

Mage::getConfig()->saveConfig(
'emico_tweakwise/global/server_url',
'https://gateway.tweakwisenavigator.com/',
'default',
0
);

$installer->endSetup();

0 comments on commit 2bddc87

Please sign in to comment.