function commerce_price_uninstall in Commerce Core 7
Implements hook_uninstall().
File
- modules/
price/ commerce_price.install, line 132
Code
function commerce_price_uninstall() {
// Delete any price fields.
module_load_include('module', 'commerce');
commerce_delete_fields('commerce_price');
}