This commit is contained in:
Aliaksandr Pliutau 2016-05-16 17:04:23 +07:00
parent deda5496ff
commit 2771e6788b

View File

@ -2,9 +2,9 @@ package paypalsdk
import (
"fmt"
"io"
"net/http"
"time"
"io"
)
const (
@ -83,7 +83,7 @@ type (
ClientID string
Secret string
APIBase string
Log io.Writer // If user set log file name all requests will be logged there
Log io.Writer // If user set log file name all requests will be logged there
Token *TokenResponse
}