Problem/Motivation
The help text in the configuration form for certain payment gateways contains a broken link. Currently, it points to https://www.drupal.org/node/3042053. For some reason I'm unaware of, this page no longer exists, resulting in a 404 error when users click on the text: Refer to the module documentation to find your API credentials.
I found the link on the following Payment gateways:
- https://git.drupalcode.org/project/commerce_paypal/-/blob/2.x/src/Plugin...
- https://git.drupalcode.org/project/commerce_paypal/-/blob/2.x/src/Plugin...
This also happens in the 1.x branch.
Proposed resolution
Update the broken link with the correct documentation URL. I have created a small Merge request so that the documentation link points to the URL https://www.drupal.org/node/3092506, but please let me know if that node is not the correct one. I checked the issue queue and didn't find any related reports.
Issue fork commerce_paypal-3576229
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
dimaro commentedComment #5
jsacksick commentedMerged, thank you!