diff --git a/plugins/woocommerce-blocks/src/BlockTypes/Cart.php b/plugins/woocommerce-blocks/src/BlockTypes/Cart.php index e50f52ec700..4e925395727 100644 --- a/plugins/woocommerce-blocks/src/BlockTypes/Cart.php +++ b/plugins/woocommerce-blocks/src/BlockTypes/Cart.php @@ -209,7 +209,7 @@ class Cart extends AbstractBlock { 'cart-blocks/line-items', 'cart-blocks/order-summary', 'cart-blocks/order-summary--checkout-blocks/billing-address--checkout-blocks/shipping-address', - 'cart-blocks/checkout-button-frontend.js', + 'cart-blocks/checkout-button', 'cart-blocks/express-payment', ]; $chunks = preg_filter( '/$/', '-frontend', $blocks );