You are here

commerce_multicurrency.install in Commerce Multicurrency 7

Enhancements for the commerce currency support.

File

commerce_multicurrency.install
View source
<?php

/**
 * @file
 * Enhancements for the commerce currency support.
 */

/**
 * Implements hook_uninstall().
 */
function commerce_multicurrency_uninstall() {
  variable_del('commerce_multicurrency_conversion_settings');
  variable_del('commerce_multicurrency_sync_provider');
  variable_del('commerce_multicurrency_use_cross_conversion');
}

Functions