Skip to content

Commit

Permalink
Fix phpcs PIWOO-227
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaymo committed Apr 29, 2024
1 parent a6a9a1a commit 02ffdac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Buttons/ApplePayButton/ApplePayDirectHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ public function bootstrap($buttonEnabledProduct, $buttonEnabledCart)
if (!$this->merchantValidated()) {
/* translators: Placeholder 1: Opening link tag to documentation. Placeholder 2: Closing link tag.*/
$message = sprintf(
esc_html__(
'Apple Pay Validation Error: Please review the %1$sApple Server requirements%2$s. If everything appears correct, click the Apple Pay button to retry validation.',
'mollie-payments-for-woocommerce'
),
esc_html__(
'Apple Pay Validation Error: Please review the %1$sApple Server requirements%2$s. If everything appears correct, click the Apple Pay button to retry validation.',
'mollie-payments-for-woocommerce'
),
'<a href="https://developer.apple.com/documentation/apple_pay_on_the_web/setting_up_your_server">',
'</a>'
);
Expand Down

0 comments on commit 02ffdac

Please sign in to comment.