You are here

function commerce_update_7101 in Commerce Core 7

Clear the cache of currency data so it can be rebuilt to include new formatting parameters.

File

./commerce.install, line 305

Code

function commerce_update_7101() {
  cache_clear_all('commerce_currencies:', 'cache', TRUE);
  return t('Cached currency data has been deleted and will be rebuilt to include new formatting parameters.');
}