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 );