From f3c9ec51925253a12da2d94d5203d6c4ddb5f76e Mon Sep 17 00:00:00 2001 From: kawsarahmedr Date: Mon, 7 Oct 2024 15:18:42 +0600 Subject: [PATCH] Update and rename filter --- src/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/functions.php b/src/functions.php index 4b51d88d..e13c80ec 100644 --- a/src/functions.php +++ b/src/functions.php @@ -491,7 +491,7 @@ function wcsn_order_update_keys( $order_id ) { $delivered_qty = Key::count( apply_filters( - 'wc_serial_numbers_order_item_keys_count_query_args', + 'wcsn_order_item_keys_count_args', array( 'order_id' => $order_id, 'product_id' => $item['product_id'],