Problem/Motivation
The help link for how to configure Visa Checkout is broken. The current link leads to a 404 page on Authorize.net.
https://developer.authorize.net/api/reference/features/visa_checkout.html#Enrolling_in_Visa_Checkout

How to reproduce
- go to /admin/commerce/config/payment-gateways
- click "add payment gateway"
- select the following plugin option: Authorize.net (Visa Checkout)
- The help text under the "Visa Checkout API Key" field has a link for instructions on where to get the API key. That link goes to a non-existent page
Resolution
Track down the appropriate documentation page and update the link to Authorize.net's configuration documentation.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 0f434be6-30ba-4e3b-926e-349f96d5df7a.png | 35.41 KB | moxojo |
Issue fork commerce_authnet-3410399
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 #2
moxojo commentedComment #3
vmarchukThe main question is where it should point, as I can't find instructions. But the key that was generated a long time ago still works.
Comment #4
vmarchukComment #6
vmarchukAccording to documentation https://community.developer.cybersource.com/t5/News-and-Announcements/Su... Visa Checkout is no longer supporting. So, you just need to mark this payment gateway as LEGACY-DEPRECATED.
Comment #8
vmarchukCommitted!