You are here

public property CommerceLicenseBase::$expires_automatically in Commerce License 7

Whether the module should expire the license automatically.

If TRUE, the license that has expired according to its 'expires' timestamp will be processed on cron and its status set to COMMERCE_LICENSE_EXPIRED. If FALSE, the license will be left alone, usually because it is already being handled by a recurring billing module.

Type: bool

File

includes/plugins/license_type/base.inc, line 223
Abstract and interface plugin implementation.

Class

CommerceLicenseBase
License base class.

Code

public $expires_automatically = TRUE;