You are here

function hook_commerce_cardonfile_update in Commerce Card on File 7.2

Allows you to act when a card is updated.

Parameters

\CommerceCardOnFile $card: The card entity being updated.

File

./commerce_cardonfile.api.php, line 24
Hooks provided by the Card on File module.

Code

function hook_commerce_cardonfile_update(CommerceCardOnFile $card) {

  // No example.
}