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

Commit 73827c5

Browse files
Update Docs link to current domain
1 parent b1f00ef commit 73827c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/gateways/class-wc-subscriptions-core-payment-gateways.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ public static function no_available_payment_methods_message( $no_gateways_messag
175175
if ( WC_Subscriptions_Cart::cart_contains_subscription() && ! wcs_is_manual_renewal_enabled() ) {
176176
if ( current_user_can( 'manage_woocommerce' ) ) {
177177
// translators: 1-2: opening/closing tags - link to documentation.
178-
$no_gateways_message = sprintf( __( 'Sorry, it seems there are no available payment methods which support subscriptions. Please see %1$sEnabling Payment Gateways for Subscriptions%2$s if you require assistance.', 'woocommerce-subscriptions' ), '<a href="https://docs.woocommerce.com/document/subscriptions/enabling-payment-gateways-for-subscriptions/">', '</a>' );
178+
$no_gateways_message = sprintf( __( 'Sorry, it seems there are no available payment methods which support subscriptions. Please see %1$sEnabling Payment Gateways for Subscriptions%2$s if you require assistance.', 'woocommerce-subscriptions' ), '<a href="https://woocommerce.com/document/subscriptions/payment-gateways/enabling-payment-gateways-for-subscriptions/">', '</a>' );
179179
} else {
180180
$no_gateways_message = __( 'Sorry, it seems there are no available payment methods which support subscriptions. Please contact us if you require assistance or wish to make alternate arrangements.', 'woocommerce-subscriptions' );
181181
}

0 commit comments

Comments
 (0)