You are here

function hook_commerce_cardonfile_delete in Commerce Card on File 7.2

Allows you to act when a card is being deleted.

Parameters

\CommerceCardOnFile $card: The card entity being deleted.

File

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

Code

function hook_commerce_cardonfile_delete(CommerceCardOnFile $card) {

  // No example.
}