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

Commit 59ce11e

Browse files
authored
Add missing experimental hook to docs (#3508)
1 parent f802591 commit 59ce11e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/blocks/feature-flags-and-experimental-interfaces.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,5 @@ We also have individual features or code blocks behind a feature flag, this is a
5151
* 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)).
5252

5353
## Usages of `__experimental` prefix
54+
55+
- `__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)).

0 commit comments

Comments
 (0)