• File: CartOrderSummaryFeeBlock.php
  • Full Path: /var/www/trendyshoppers.co.uk/public_html/wp-content/plugins/woocommerce/src/Blocks/BlockTypes/CartOrderSummaryFeeBlock.php
  • Date Modified: 03/03/2026 5:22 AM
  • File size: 267 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php
namespace Automattic\WooCommerce\Blocks\BlockTypes;

/**
 * CartOrderSummaryFeeBlock class.
 */
class CartOrderSummaryFeeBlock extends AbstractInnerBlock {
	/**
	 * Block name.
	 *
	 * @var string
	 */
	protected $block_name = 'cart-order-summary-fee-block';
}