id = 'ideal'; $this->method_title = __("pay_with_ideal", "payplug"); $this->title = __("pay_with_ideal", "payplug"); $this->method_description = ""; $this->description = ""; $this->image = 'ideal.svg'; //WOOCO FIELDS $this->has_fields = false; $this->enabled = "yes"; if (!$this->checkGateway()) { $this->enabled = "no"; } add_action('woocommerce_order_item_add_action_buttons', [$this, 'refund_not_available']); } }