File "CartExpressPaymentBlock.php"

Full Path: /home/romayxjt/public_html/wp-content/plugins/woocommerce/src/Blocks/BlockTypes/CartExpressPaymentBlock.php
File size: 507 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
namespace Automattic\WooCommerce\Blocks\BlockTypes;

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

	/**
	 * Uniform default_styles for the express payment buttons
	 *
	 * @var boolean
	 */
	protected $default_styles = null;

	/**
	 * Current styles for the express payment buttons
	 *
	 * @var boolean
	 */
	protected $current_styles = null;
}