mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-08 21:52:55 +08:00
Fix the phpcs
This commit is contained in:
parent
156acbf32c
commit
c9b15c0f76
3 changed files with 23 additions and 23 deletions
|
@ -232,7 +232,7 @@ return function ( ContainerInterface $container, array $fields ): array {
|
|||
'gateway' => Settings::PAY_LATER_TAB_ID,
|
||||
),
|
||||
|
||||
// Single product
|
||||
// Single product.
|
||||
'pay_later_product_messaging_heading' => array(
|
||||
'heading' => __( 'Pay Later Messaging on Single Product', 'woocommerce-paypal-payments' ),
|
||||
'type' => 'ppcp-heading',
|
||||
|
@ -356,7 +356,7 @@ return function ( ContainerInterface $container, array $fields ): array {
|
|||
'gateway' => Settings::PAY_LATER_TAB_ID,
|
||||
),
|
||||
|
||||
// Cart
|
||||
// Cart.
|
||||
'pay_later_cart_messaging_heading' => array(
|
||||
'heading' => __( 'Pay Later Messaging on Cart', 'woocommerce-paypal-payments' ),
|
||||
'type' => 'ppcp-heading',
|
||||
|
@ -480,7 +480,7 @@ return function ( ContainerInterface $container, array $fields ): array {
|
|||
'gateway' => Settings::PAY_LATER_TAB_ID,
|
||||
),
|
||||
|
||||
// Checkout
|
||||
// Checkout.
|
||||
'pay_later_checkout_messaging_heading' => array(
|
||||
'heading' => __( 'Pay Later Messaging on Checkout', 'woocommerce-paypal-payments' ),
|
||||
'type' => 'ppcp-heading',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue