You are here

function hook_commerce_multicurrency_sync_finish in Commerce Multicurrency 7

Fired after the currency exchange rates are synced.

1 invocation of hook_commerce_multicurrency_sync_finish()
commerce_multicurrency_sync_exchange_rates in ./commerce_multicurrency.module
Update the currency exchange rates.

File

./commerce_multicurrency.api.php, line 51
This file contains no working PHP code; it exists to provide additional documentation for doxygen as well as to document hooks in the standard Drupal manner.

Code

function hook_commerce_multicurrency_sync_finish() {

  // Do something.
}