From 39991098ad508ec9295ae95f31520f9826e071bd Mon Sep 17 00:00:00 2001 From: Remco Tolsma <869674+remcotolsma@users.noreply.github.com> Date: Tue, 10 Oct 2023 11:27:52 +0200 Subject: [PATCH] Remove comment, function call is clear enough. --- src/Gateway.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Gateway.php b/src/Gateway.php index 6a0ec0c..e1097eb 100644 --- a/src/Gateway.php +++ b/src/Gateway.php @@ -181,7 +181,6 @@ private function maybe_enrich_payment_methods() { $omnikassa_payment_brands = \get_transient( $cache_key ); if ( false === $omnikassa_payment_brands ) { - // Maybe update access token. $this->maybe_update_access_token(); $omnikassa_payment_brands = $this->client->get_payment_brands( $this->config->access_token );