startSetup(); $installer->addAttribute('order_payment', 'cc_secure_verify', array()); // move paypal style settings to new paths foreach (array( 'paypal/wpp/page_style' => 'paypal/style/page_style', 'paypal/wps/logo_url' => 'paypal/style/logo_url', ) as $from => $to) { $installer->run(" UPDATE {$installer->getTable('core/config_data')} SET `path` = '{$to}' WHERE `path` = '{$from}' "); } $installer->endSetup();