• File: CheckoutExpressPaymentBlock.php
  • Full Path: /home/monpetu/www/leoreno.fr/navigation-link/BlockTypes/CheckoutExpressPaymentBlock.php
  • Date Modified: 03/03/2026 2:45 AM
  • File size: 275 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php
namespace Automattic\WooCommerce\Blocks\BlockTypes;

/**
 * CheckoutExpressPaymentBlock class.
 */
class CheckoutExpressPaymentBlock extends AbstractInnerBlock {
	/**
	 * Block name.
	 *
	 * @var string
	 */
	protected $block_name = 'checkout-express-payment-block';
}