Skip to content

Commit

Permalink
Unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
joedolson committed Nov 25, 2023
1 parent af87ce0 commit 1e0dd3b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mt-cart.php
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,6 @@ function mt_gateways() {
$selector = '';
$options = array_merge( mt_default_settings(), get_option( 'mt_settings', array() ) );
$enabled = $options['mt_gateway'];
$url = get_permalink( $options['mt_purchase_page'] );
if ( 1 === count( $enabled ) ) {
return '';
} else {
Expand Down

0 comments on commit 1e0dd3b

Please sign in to comment.