You are here

function commerce_license_revoke_action in Commerce License 7

Revokes the provided license.

File

./commerce_license.module, line 1274
Provides a framework for selling access to local or remote resources.

Code

function commerce_license_revoke_action($license, $context = array()) {
  $license
    ->revoke();
}