Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.com/woocommerce/woocommerce-blocks/files/9880626/woocommerce-gutenberg-products-block.zip)
## Feature plugin and package inclusion in WooCommerce
### Calculate cart totals after running extensions ([#7490](https://github.com/woocommerce/woocommerce-blocks/pull/7490))
1. Install [WooCommerce Gift Cards](https://woocommerce.com/products/gift-cards/).
4. Navigate to **Marketing > Gift Cards** and copy the generated gift card code.
5. Add a non-gift card product to the cart.
6. Navigate to the cart block.
7. Apply the gift card you previously copied. You should see: 1) an indication that the gift card was applied, 2) a bullet bubble with the gift card number in this format `XXXX-XXX-XXX-XXX` and 3) updated cart totals that include the gift card discount.
8. Remove the gift card. You should see that the cart totals are restored.