Skip to content

Commit

Permalink
remove irrelevant comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Timur Karimov committed Mar 8, 2024
1 parent 2b25747 commit d940780
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion includes/class-wc-payment-gateway-wcpay.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
}

Expand Down

0 comments on commit d940780

Please sign in to comment.