From 9da36095e7d54c5bee2231aca4f61bcc0353b86b Mon Sep 17 00:00:00 2001 From: Danae Millan Date: Mon, 22 Nov 2021 13:17:54 -0300 Subject: [PATCH] Fix phpcs warning --- modules/ppcp-wc-gateway/services.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ppcp-wc-gateway/services.php b/modules/ppcp-wc-gateway/services.php index bb29333b4..d031ad846 100644 --- a/modules/ppcp-wc-gateway/services.php +++ b/modules/ppcp-wc-gateway/services.php @@ -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 = '%s'; $pay_later_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' );