Cheetah
Classes | Variables
ChPmtModule.php File Reference

Go to the source code of this file.

Classes

class  ChPmtModule
 

Variables

const CH_PMT_ORDERS_TYPE_PENDING 'pending'
 
const CH_PMT_ORDERS_TYPE_PROCESSED 'processed'
 
const CH_PMT_ORDERS_TYPE_SUBSCRIPTION 'subscription'
 
const CH_PMT_ORDERS_TYPE_HISTORY 'history'
 
const CH_PMT_EMPTY_ID -1
 
const CH_PMT_ADMINISTRATOR_ID 0
 
const CH_PMT_ADMINISTRATOR_USERNAME 'administrator'
 

Variable Documentation

◆ CH_PMT_ADMINISTRATOR_ID

const CH_PMT_ADMINISTRATOR_ID 0

Definition at line 17 of file ChPmtModule.php.

◆ CH_PMT_ADMINISTRATOR_USERNAME

const CH_PMT_ADMINISTRATOR_USERNAME 'administrator'

Definition at line 18 of file ChPmtModule.php.

◆ CH_PMT_EMPTY_ID

const CH_PMT_EMPTY_ID -1

Definition at line 16 of file ChPmtModule.php.

◆ CH_PMT_ORDERS_TYPE_HISTORY

const CH_PMT_ORDERS_TYPE_HISTORY 'history'

Definition at line 14 of file ChPmtModule.php.

◆ CH_PMT_ORDERS_TYPE_PENDING

const CH_PMT_ORDERS_TYPE_PENDING 'pending'

Definition at line 11 of file ChPmtModule.php.

◆ CH_PMT_ORDERS_TYPE_PROCESSED

const CH_PMT_ORDERS_TYPE_PROCESSED 'processed'

Definition at line 12 of file ChPmtModule.php.

◆ CH_PMT_ORDERS_TYPE_SUBSCRIPTION

const CH_PMT_ORDERS_TYPE_SUBSCRIPTION 'subscription'

Definition at line 13 of file ChPmtModule.php.