mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-01 07:02:48 +08:00
Fix phpcs warning
This commit is contained in:
parent
b42e3d5623
commit
9da36095e7
1 changed files with 1 additions and 1 deletions
|
@ -2040,7 +2040,7 @@ return array(
|
|||
return $vaulting_label;
|
||||
},
|
||||
|
||||
'button.helper.pay-later-label' => static function ( ContainerInterface $container ): string {
|
||||
'button.helper.pay-later-label' => static function ( ContainerInterface $container ): string {
|
||||
$pay_later_label = '<span class="ppcp-pay-later-enabled-label">%s</span>';
|
||||
$pay_later_label .= '<span class="ppcp-pay-later-disabled-label">';
|
||||
$pay_later_label .= __( "You have PayPal vaulting enabled, that's why Pay Later Messaging options are unavailable now. You cannot use both features at the same time.", 'woocommerce-paypal-payments' );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue