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:
parent
64fcdda420
commit
ab71adcd4b
|
@ -438,6 +438,7 @@ class Checkout extends AbstractCartRoute {
|
||||||
'woocommerce_blocks_checkout_update_order_from_request',
|
'woocommerce_blocks_checkout_update_order_from_request',
|
||||||
array(
|
array(
|
||||||
$this->order,
|
$this->order,
|
||||||
|
$request,
|
||||||
),
|
),
|
||||||
'7.2.0',
|
'7.2.0',
|
||||||
'woocommerce_store_api_checkout_update_order_from_request',
|
'woocommerce_store_api_checkout_update_order_from_request',
|
||||||
|
|
Loading…
Reference in New Issue