Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
Pass correct number of arguments to woocommerce_blocks_checkout_updat…
Browse files Browse the repository at this point in the history
…e_order_from_request (#6224)
  • Loading branch information
opr authored Apr 12, 2022
1 parent 9ab7951 commit 61e63ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/StoreApi/Routes/V1/Checkout.php
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,7 @@ private function update_order_from_request( \WP_REST_Request $request ) {
'woocommerce_blocks_checkout_update_order_from_request',
array(
$this->order,
$request,
),
'7.2.0',
'woocommerce_store_api_checkout_update_order_from_request',
Expand Down

0 comments on commit 61e63ab

Please sign in to comment.