Pass correct number of arguments to woocommerce_blocks_checkout_update_order_from_request (https://github.com/woocommerce/woocommerce-blocks/pull/6224)

This commit is contained in:
Thomas Roberts 2022-04-12 10:30:27 +01:00 committed by GitHub
parent 64fcdda420
commit ab71adcd4b
1 changed files with 1 additions and 0 deletions

View File

@ -438,6 +438,7 @@ class Checkout extends AbstractCartRoute {
'woocommerce_blocks_checkout_update_order_from_request',
array(
$this->order,
$request,
),
'7.2.0',
'woocommerce_store_api_checkout_update_order_from_request',