You are here

commerce_eu_vat.install in Commerce European Union VAT 7

File

commerce_eu_vat.install
View source
<?php

/**
 * Implements hook_enable().
 */
function commerce_eu_vat_enable() {
  commerce_eu_vat_configure_product_types();
}

/**
 * Implements hook_uninstall().
 */
function commerce_eu_vat_uninstall() {
  field_delete_field('commerce_eu_vat_rate');
}

Functions