From 8fd4352ca544f0c15a6273c4bdcc241171ea47dc Mon Sep 17 00:00:00 2001 From: osman sufy Date: Mon, 13 Jan 2025 08:35:59 +0600 Subject: [PATCH] fix: php cs issue --- includes/REST/ProductControllerV2.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/REST/ProductControllerV2.php b/includes/REST/ProductControllerV2.php index 61a37dc6da..a5ecf7b1db 100644 --- a/includes/REST/ProductControllerV2.php +++ b/includes/REST/ProductControllerV2.php @@ -231,7 +231,7 @@ public function get_product_filter_by_data() { protected function prepare_objects_query( $request ) { $args = parent::prepare_objects_query( $request ); - $args = array_merge( + $args = array_merge( $args, array( 'posts_per_page' => isset( $request['per_page'] ) ? $request['per_page'] : 10,