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 ( import (
"fmt" "fmt"
"io"
"net/http" "net/http"
"time" "time"
"io"
) )
const ( const (
@ -83,7 +83,7 @@ type (
ClientID string ClientID string
Secret string Secret string
APIBase 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 Token *TokenResponse
} }