From 2bddc871c34b5292b1a32284609674d06af5ee44 Mon Sep 17 00:00:00 2001 From: Edwin Jacobs Date: Wed, 30 Sep 2020 18:28:11 +0200 Subject: [PATCH] Update server url --- .../community/Emico/Tweakwise/etc/config.xml | 2 +- .../mysql4-upgrade-2.0.0-2.0.1.php | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 app/code/community/Emico/Tweakwise/sql/emico_tweakwise_setup/mysql4-upgrade-2.0.0-2.0.1.php diff --git a/app/code/community/Emico/Tweakwise/etc/config.xml b/app/code/community/Emico/Tweakwise/etc/config.xml index c83caec..6e14844 100644 --- a/app/code/community/Emico/Tweakwise/etc/config.xml +++ b/app/code/community/Emico/Tweakwise/etc/config.xml @@ -2,7 +2,7 @@ - 2.0.0 + 2.0.1 diff --git a/app/code/community/Emico/Tweakwise/sql/emico_tweakwise_setup/mysql4-upgrade-2.0.0-2.0.1.php b/app/code/community/Emico/Tweakwise/sql/emico_tweakwise_setup/mysql4-upgrade-2.0.0-2.0.1.php new file mode 100644 index 0000000..0b83b8f --- /dev/null +++ b/app/code/community/Emico/Tweakwise/sql/emico_tweakwise_setup/mysql4-upgrade-2.0.0-2.0.1.php @@ -0,0 +1,17 @@ +startSetup(); + +Mage::getConfig()->saveConfig( + 'emico_tweakwise/global/server_url', + 'https://gateway.tweakwisenavigator.com/', + 'default', + 0 +); + +$installer->endSetup();