This commit is contained in:
Albert Juhé Lluveras 2020-12-07 12:46:22 +01:00 committed by GitHub
parent cb7cf6ab73
commit 85e3e8df2f
1 changed files with 2 additions and 0 deletions

View File

@ -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)).