function commerce_currency_resolver_update_8003 in Commerce Currency Resolver 8
Enable commerce_exchanger.
See also
https://www.drupal.org/project/commerce_currency_resolver/issues/3082160
File
- ./
commerce_currency_resolver.install, line 65 - Install file for commerce_currency_resolver.
Code
function commerce_currency_resolver_update_8003() {
\Drupal::service('module_installer')
->install([
'commerce_exchanger',
]);
}