Skip to content

Commit

Permalink
Fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
AchoArnold committed Aug 20, 2021
1 parent fad4f52 commit e1e3e6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ if err != nil {
log.Fatal(err)
}

log.Println(token.Token) // e.g eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiIsInVpZCI6Mn0.eyJpYXQiOjE2MDM4MjQ...
log.Println(token.Token) // e.g eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiIsInVpZCI6Mn0...
```

### Collect
Expand All @@ -94,7 +94,7 @@ This handles all API requests whose URL begins with `/collect/`

```go
payload, httpResponse, err := campayClient.Collect(context.Background(), campay.CollectOptions{
Amount: 100,
Amount: 100,
Currency: "XAF",
From: "2376XXXXXXXX",
Description: "Test",
Expand Down

0 comments on commit e1e3e6a

Please sign in to comment.