You are here

function commerce_license_suspend_action in Commerce License 7

Suspends the provided license.

File

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

Code

function commerce_license_suspend_action($license, $context = array()) {
  $license
    ->suspend();
}