We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c86cbd9 commit 5137d4bCopy full SHA for 5137d4b
app/code/core/Mage/Usa/sql/usa_setup/upgrade-1.6.0.1-1.6.0.2.php
@@ -84,7 +84,7 @@
84
$oldConfigValues = $connection->fetchAll($select);
85
86
foreach ($oldConfigValues as $oldValue) {
87
- $newValue = '';
+ $newValue = array();
88
if (stripos($oldValue['path'], 'free_method') && isset($oldToNewMethodCodesMap[$oldValue['value']])) {
89
$newValue = $oldToNewMethodCodesMap[$oldValue['value']];
90
} else if (stripos($oldValue['path'], 'allowed_methods')) {
0 commit comments