mirror of
https://github.com/plutov/paypal.git
synced 2025-03-15 05:30:56 +01:00
gofmt
This commit is contained in:
parent
deda5496ff
commit
2771e6788b
4
types.go
4
types.go
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user