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

Commit 87584b3

Browse files
Update support and documentation links
1 parent 128fea5 commit 87584b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
// translators: $1 and $2 are opening link tags, $3 is a closing link tag.
1717
printf(
1818
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 »%3$s', 'woocommerce-subscriptions' ),
19-
'<a href="https://woocommerce.com/my-account/marketplace-ticket-form/" target="_blank">',
19+
'<a href="https://woocommerce.com/my-account/contact-support/?form=ticket" target="_blank">',
2020
'<a href="https://woocommerce.com/document/debug-subscriptions-paypal-ipn-issues/">',
2121
'</a>'
2222
);

0 commit comments

Comments
 (0)