This repository has been archived by the owner on Oct 19, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Edwin Jacobs
committed
Sep 30, 2020
1 parent
bb8bf07
commit 2bddc87
Showing
2 changed files
with
18 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 17 additions & 0 deletions
17
app/code/community/Emico/Tweakwise/sql/emico_tweakwise_setup/mysql4-upgrade-2.0.0-2.0.1.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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(); |