You are here

function commerce_flat_rate_uninstall in Commerce Flat Rate 7

Implements hook_uninstall().

File

./commerce_flat_rate.install, line 87
Defines the database schema for flat rate shipping services.

Code

function commerce_flat_rate_uninstall() {
  variable_del('commerce_flat_rate_default_service');
}