Remove the messaging description

This commit is contained in:
Narek Zakarian 2024-02-22 19:49:58 +04:00
parent f82b0be0e4
commit 19f57ae87e
No known key found for this signature in database
GPG key ID: 07AFD7E7A9C164A7
2 changed files with 4 additions and 7 deletions

View file

@ -40,3 +40,7 @@
background: none;
}
}
#field-pay_later_messaging_heading h3{
margin-bottom: 0px;
}

View file

@ -51,13 +51,6 @@ return function ( ContainerInterface $container, array $fields ): array {
'screens' => array( State::STATE_ONBOARDED ),
'requirements' => array( 'messages' ),
'gateway' => Settings::PAY_LATER_TAB_ID,
'description' => sprintf(
// translators: %1$s and %2$s are the opening and closing of HTML <a> tag.
__( 'When enabled, %1$sPayPal Pay Later messaging%2$s is displayed for eligible customers.%3$sCustomers automatically see the most relevant Pay Later offering.', 'woocommerce-paypal-payments' ),
'<a href="https://woocommerce.com/document/woocommerce-paypal-payments/#pay-later-messaging" target="_blank">',
'</a>',
'</ br>'
),
),
'pay_later_messaging_enabled' => array(
'title' => __( 'Enable/Disable', 'woocommerce-paypal-payments' ),