Fix the PayPal API URL
Assuming they changed the section title, as the permalink is now "create" vs "creating"
This commit is contained in:
parent
1f16ad0a03
commit
e2da7fd277
|
@ -133,7 +133,7 @@ return array(
|
|||
'title' => __( 'API credentials', 'woocommerce' ),
|
||||
'type' => 'title',
|
||||
/* translators: %s: URL */
|
||||
'description' => sprintf( __( 'Enter your PayPal API credentials to process refunds via PayPal. Learn how to access your <a href="%s">PayPal API Credentials</a>.', 'woocommerce' ), 'https://developer.paypal.com/webapps/developer/docs/classic/api/apiCredentials/#creating-an-api-signature' ),
|
||||
'description' => sprintf( __( 'Enter your PayPal API credentials to process refunds via PayPal. Learn how to access your <a href="%s">PayPal API Credentials</a>.', 'woocommerce' ), 'https://developer.paypal.com/webapps/developer/docs/classic/api/apiCredentials/#create-an-api-signature' ),
|
||||
),
|
||||
'api_username' => array(
|
||||
'title' => __( 'Live API username', 'woocommerce' ),
|
||||
|
|
Loading…
Reference in New Issue