Skip to content
This repository was archived by the owner on May 21, 2025. It is now read-only.

Commit 128fea5

Browse files
Updating failure notice with current docs links & to match current support practices
1 parent cb2a38f commit 128fea5

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

includes/gateways/paypal/includes/templates/html-ipn-failure-notice.php

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -15,24 +15,14 @@
1515
<?php
1616
// translators: $1 and $2 are opening link tags, $3 is a closing link tag.
1717
printf(
18-
esc_html__( 'A fatal error has occurred while processing a recent subscription payment with PayPal. Please %1$sopen a new ticket at WooCommerce Support%3$s immediately to get this resolved. %2$sLearn more &raquo;%3$s', 'woocommerce-subscriptions' ),
18+
esc_html__( 'A fatal error has occurred while processing a recent subscription payment with PayPal. Please %1$sopen a new ticket at WooCommerce Support%3$s immediately to get this resolved. See our documentation on %2$sdebugging IPN issues in PayPal Standard to Learn more &raquo;%3$s', 'woocommerce-subscriptions' ),
1919
'<a href="https://woocommerce.com/my-account/marketplace-ticket-form/" target="_blank">',
20-
'<a href="https://docs.woocommerce.com/document/debug-subscriptions-paypal-ipn-issues/#section-1">',
21-
'</a>'
22-
);
23-
?>
24-
</p>
25-
<p>
26-
<?php
27-
// translators: $1 and $2 are opening link tags, $3 is a closing link tag.
28-
printf(
29-
esc_html__( 'To resolve this as quickly as possible, please create a %1$stemporary administrator account%3$s with the user email [email protected] and share the credentials with us via %2$sQuickForget.com%3$s.', 'woocommerce-subscriptions' ),
30-
'<a href="https://docs.woocommerce.com/document/create-new-admin-account-wordpress/" target="_blank">',
31-
'<a href="https://quickforget.com/" target="_blank">',
20+
'<a href="https://woocommerce.com/document/debug-subscriptions-paypal-ipn-issues/">',
3221
'</a>'
3322
);
3423
?>
3524
</p>
25+
3626
<?php esc_html_e( 'Last recorded error:', 'woocommerce-subscriptions' ); ?>
3727
<code>
3828
<?php

0 commit comments

Comments
 (0)