From 84e793ccd4455e348b3a7ced5fc23bc0041fa2a7 Mon Sep 17 00:00:00 2001 From: Suhaib Khan <35237431+SKhan1211@users.noreply.github.com> Date: Tue, 7 Jul 2020 12:46:33 -0400 Subject: [PATCH] Fix broken link for sandbox account registration Under "Registration & Configuration", I updated the link to sign up for a sandbox account to a working one. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f298085..341ee68 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ To install AuthorizeNet ## Registration & Configuration Use of this SDK and the Authorize.Net APIs requires having an account on the Authorize.Net system. You can find these details in the Settings section. -If you don't currently have a production Authorize.Net account, [sign up for a sandbox account](https://developer.authorize.net/sandbox/). +If you don't currently have a production Authorize.Net account, [sign up for a sandbox account](https://developer.authorize.net/hello_world/sandbox.html). ### Authentication To authenticate with the Authorize.Net API, use your account's API Login ID and Transaction Key. If you don't have these credentials, you can obtain them from our Merchant Interface site. For production accounts, the Merchant Interface is located at (https://account.authorize.net/); and for sandbox accounts, at (https://sandbox.authorize.net).