????
Current Path : /proc/self/cwd/wp-content/plugins/woocommerce/src/Blocks/BlockTypes/ |
Current File : //proc/self/cwd/wp-content/plugins/woocommerce/src/Blocks/BlockTypes/CartExpressPaymentBlock.php |
<?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; }