You are here

function commerce_currency_resolver_update_8001 in Commerce Currency Resolver 8

Fix issues with plugin discovery and using same plugin ID.

File

./commerce_currency_resolver.install, line 45
Install file for commerce_currency_resolver.

Code

function commerce_currency_resolver_update_8001() {

  // Set module weight to 10. We are extending some commerce stuff,
  // where this module should be after commerce_promotion.
  module_set_weight('commerce_currency_resolver', 10);
}