You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
public $description = 'eCommerce functionality, providing monetary incentive to users to complete media creation and management tasks. Integrates with Task Tracker module.';
public function callbacks () {
}
public function install () {
// Add module permissions to database.
$this->db->insert('users_permissions', array(
'category' => 'payments',
'description' => 'manage payments',
'name' => 'payments_module'
));
// Add transactions table.
$this->db->query('CREATE TABLE IF NOT EXISTS `module_payments_transactions` (