id = 'mock'; $this->has_fields = false; $this->order_button_text = __( 'Proceed to PayPal', 'woocommerce' ); $this->method_title = 'Mock Gateway'; $this->method_description = 'Mock Gateway for unit tests'; $this->supports = array( 'products', ); // Load the settings. $this->init_form_fields(); $this->init_settings(); } }