This commit is contained in:
Aliaksandr Pliutau 2015-11-25 17:55:33 +07:00
parent 9ee432b380
commit 04214cbc33

View File

@ -27,7 +27,7 @@ accessToken, err := c.GetAccessToken()
```go
// Now we can create a paypal payment
amount := Amount{
Total: 15.1111,
Total: "15.11",
Currency: "USD",
}
redirectURI := "http://example.com/redirect-uri"