You are here

public property PaymentMethodUnavailable::$module in Payment 7

The machine name of the module that created this payment method.

Type: string

Overrides PaymentMethod::$module

File

./payment.classes.inc, line 613
The API and related functions for executing and managing payments.

Class

PaymentMethodUnavailable
A payment method that essentially disables payments.

Code

public $module = 'payment';