Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
wp-content
/
plugins
/
woocommerce
/
src
/
Blocks
/
BlockTypes
:
CartExpressPaymentBlock.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?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; }