form_fields)) { unset($this->form_fields['description_type']['options'][0]); unset($this->form_fields['description_type']['options'][1]); } } /** * Check if the gateway is available for use. * * @return bool */ public function is_available() { return false; } }