From a1b60837f9573a2dc3580aff4efdf33d30eb9118 Mon Sep 17 00:00:00 2001 From: Zach Kipp Date: Sun, 7 Aug 2016 20:51:03 -0600 Subject: [PATCH] Fix README redirect url index --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b7ccce..2c46175 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ description := "Description for this payment" paymentResult, err := c.CreateDirectPaypalPayment(amount, redirectURI, cancelURI, description) // If paymentResult.ID is not empty and paymentResult.Links is also -// we can redirect user to approval page (paymentResult.Links[0]). +// we can redirect user to approval page (paymentResult.Links[1]). // After approval user will be redirected to return_url from Request with PaymentID ```