id = 'bancontact'; /** @var \WC_Payment_Gateway overwrite for bancontact settings */ $this->method_title = __('payplug_bancontact_title', 'payplug'); $this->method_description = __('payplug_bancontact_description', 'payplug'); $this->title = __('payplug_bancontact_title', 'payplug'); $this->description = ''; $this->has_fields = false; $this->image = 'lg-bancontact-checkout.svg'; if(!$this->checkGateway()){ $this->enabled = 'no'; } } }