paypale/auth_test.go
2015-11-20 13:38:40 +07:00

11 lines
157 B
Go

package paypalsdk
import (
"testing"
)
func TestGetAccessToken(t *testing.T) {
c, _ := NewClient("clid", "secret", APIBaseSandBox)
c.GetAccessToken()
}