getConnection(); $installer->startSetup(); $data = array( array('paypal_reversed', 'PayPal Reversed'), array('paypal_canceled_reversal', 'PayPal Canceled Reversal') ); $connection = $installer->getConnection()->insertArray( $installer->getTable('sales/order_status'), array('status', 'label'), $data ); $installer->endSetup();