Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.com/woocommerce/woocommerce-gutenberg-products-block/files/7161568/woocommerce-gutenberg-products-block.zip)
## Feature plugin
### Add extensibility point for extensions to filter payment methods ([4668](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/4668))
1. Make sure Check payments and Cash on delivery payment methods are activated and appear in the Checkout block
2. Install this extension specifically made for testing: [woocommerce-payment-method-test.zip](https://github.com/woocommerce/woocommerce-gutenberg-products-block/files/7160423/woocommerce-payment-method-test.zip)
Because of experimental work done during this release, we need to ensure no regressions have been made to the checkout block. Please smoke test the checkout block.
1. Enable a few different payment methods in your store.
2. Add some products to your cart.
3. Go to the Checkout block, ensure it displays with no errors and the correct cart contents are showing.
4. Ensure you can enter your shipping and billing addresses.
5. Ensure validation still works, (focus a field, delete the content and ensure an error is shown, e.g. postcode field).
6. Ensure you can use different payment methods.
7. Ensure you can check out and that the order is placed.
## Feature plugin and package inclusion in WooCommerce