From 43ad97bb3255ab6d84e9ecb7f461cf29f9bbe783 Mon Sep 17 00:00:00 2001 From: faisal-alvi Date: Tue, 17 Sep 2024 00:12:42 +0530 Subject: [PATCH] remove unnecessary comment --- includes/Framework/PaymentGateway/Payment_Gateway.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Framework/PaymentGateway/Payment_Gateway.php b/includes/Framework/PaymentGateway/Payment_Gateway.php index 8ba64c19..b31e52d0 100644 --- a/includes/Framework/PaymentGateway/Payment_Gateway.php +++ b/includes/Framework/PaymentGateway/Payment_Gateway.php @@ -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();