Skip to content

Commit

Permalink
Remove comment, function call is clear enough.
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Oct 10, 2023
1 parent b0df33b commit 3999109
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Gateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 );
Expand Down

0 comments on commit 3999109

Please sign in to comment.