mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 12:25:15 +08:00
Remove the messaging description
This commit is contained in:
parent
f82b0be0e4
commit
19f57ae87e
2 changed files with 4 additions and 7 deletions
|
@ -40,3 +40,7 @@
|
|||
background: none;
|
||||
}
|
||||
}
|
||||
|
||||
#field-pay_later_messaging_heading h3{
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
|
|
@ -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' ),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue