From 58a7c233405089625524800fbb25f1d00c5fb1f9 Mon Sep 17 00:00:00 2001 From: Elizabeth Jellison <35437299+kanyewesternfront@users.noreply.github.com> Date: Mon, 14 Jan 2019 15:38:13 -0800 Subject: [PATCH] Update README.md Changed links from deprecated Merchant Checkout site to Token Request site. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 97af94b..c117efe 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ This sample code shows how to enable the Token Merchant Checkout experience on a simple web server. -You can learn more about the Quick Checkout flow and relevant APIs at the -[Merchant Quick Checkout documentation](https://developer.token.io/merchant-checkout/). +You can learn more about the Quick Checkout flow and relevant APIs at +[Token Request](https://developer.token.io/token-request/). To build this code, you need Java Development Kit (JDK) version 8 or later. @@ -25,8 +25,8 @@ Clicking the button starts the Token merchant payment flow. The server handles endorsed payments by redeeming tokens. Test by going to `localhost:3000`. -You can't get far until you create a customer member as described at the -[Merchant Quick Checkout documentation](https://developer.token.io/merchant-checkout/). +You can't get far until you create a customer member as described at +[Token Request](https://developer.token.io/token-request/). This code uses a publicly-known developer key (the devKey line in the initializeSDK method). This normally works, but don't be surprised if @@ -36,4 +36,4 @@ Token to get one. ### Troubleshooting -If anything goes wrong, try to clear your browser's cache before retest. \ No newline at end of file +If anything goes wrong, try to clear your browser's cache before retest.