Skip to content

Commit

Permalink
remove unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
faisal-alvi committed Sep 16, 2024
1 parent 1196c7c commit 43ad97b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/Framework/PaymentGateway/Payment_Gateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ public function __construct( $id, $plugin, $args ) {

// Enqueue the necessary scripts & styles
add_action( 'wp_enqueue_scripts', array( $this, 'enqueue_scripts' ) );
add_action( 'admin_enqueue_scripts', array( $this, 'enqueue_scripts' ) ); // <=-- <=--
add_action( 'admin_enqueue_scripts', array( $this, 'enqueue_scripts' ) );

// add API request logging
$this->add_api_request_logging();
Expand Down

0 comments on commit 43ad97b

Please sign in to comment.