Add missing experimental hook to docs (https://github.com/woocommerce/woocommerce-blocks/pull/3508)
This commit is contained in:
parent
cb7cf6ab73
commit
85e3e8df2f
|
@ -51,3 +51,5 @@ We also have individual features or code blocks behind a feature flag, this is a
|
|||
* certain e2e tests are skipped if the environment is not met ([env flag](https://github.com/woocommerce/woocommerce-gutenberg-products-block/blob/50e7411aee51afb3fbfa8561e297085ee44e40c0/tests/e2e-tests/specs/backend/cart.test.js#L18)).
|
||||
|
||||
## Usages of `__experimental` prefix
|
||||
|
||||
- `__experimental_woocommerce_blocks_checkout_order_processed` hook when order has completed processing and is ready for payment ([experimental hook](https://github.com/woocommerce/woocommerce-gutenberg-products-block/blob/accd1bbf402e043b9fc322f118ab614ba7437c92/src/StoreApi/Routes/Checkout.php#L237)).
|
||||
|
|
Loading…
Reference in New Issue