id = 'satispay'; $this->method_title = __("pay_with_satispay", "payplug"); $this->title = __("pay_with_satispay", "payplug"); $this->method_description = ""; $this->description = ""; $this->image = 'satispay.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']); } }