diff --git a/includes/class-wc-payment-gateway-wcpay.php b/includes/class-wc-payment-gateway-wcpay.php index b079dc7a0e5..98ce26aaed2 100644 --- a/includes/class-wc-payment-gateway-wcpay.php +++ b/includes/class-wc-payment-gateway-wcpay.php @@ -2399,7 +2399,6 @@ public function get_option( $key, $empty_value = null ) { * Overrides parent method so the option key is the same as the parent class. */ public function get_option_key() { - // Intentionally using self instead of static so options are loaded from main gateway settings. return $this->plugin_id . $this->id . '_settings'; }