From 091788dfd92e45abd1b811fe47209e641b2ac908 Mon Sep 17 00:00:00 2001 From: Uchencho Date: Sun, 24 Sep 2023 17:35:02 +0100 Subject: [PATCH] Update README.md Remove overflow --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b93fba1..d3a3ac5 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ func main() { service := pawapay.NewService(cfg) amt := pawapay.Amount{Currency: "GHS", Value: "500"} - description := "sending money to all my children" // this will be truncated to the first 22 characters + description := "sending money to all my children" // will be truncated to the first 22 char pn := pawapay.PhoneNumber{CountryCode: "233", Number: "704584739348"} allCorrespondentMappings, err := pawapay.GetAllCorrespondents() @@ -59,7 +59,8 @@ func main() { log.Fatal(err) } - // each mapping, think country, have a number of correspondents, pick the one you are trying to send money to. + // each mapping, think country, have a number of correspondents, pick the one you are + // trying to send money to. // Ideally you will take this as input and map to the correspondent of your choice correspondent := allCorrespondentMappings[0].Correspondents[0] req := pawapay.PayoutRequest{