Skip to content

Commit

Permalink
[#925] Remove unnecessary parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
bd-viget committed Apr 29, 2024
1 parent 9b7a4b2 commit 5bca5f3
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -474,9 +474,7 @@ function ( string $query ): string {
}

return 'SELECT 1';
},
10,
2
}
);

remove_action( 'woocommerce_checkout_order_created', 'wc_reserve_stock_for_order' );
Expand Down

0 comments on commit 5bca5f3

Please sign in to comment.