mirror of
https://github.com/cubixle/ebay.git
synced 2026-04-24 21:24:47 +01:00
typo
This commit is contained in:
committed by
GitHub
parent
a26f4f6a15
commit
b631893519
@@ -57,7 +57,7 @@ import (
|
||||
func main() {
|
||||
cfg := oauth2.Config{
|
||||
ClientID: "your client id",
|
||||
ClientSecret: "your client id",
|
||||
ClientSecret: "your client secret",
|
||||
Endpoint: ebay.OAuth20SandboxEndpoint,
|
||||
RedirectURL: "your eBay Redirect URL name (RuName)",
|
||||
Scopes: []string{ebay.ScopeBuyOfferAuction /* your scopes */},
|
||||
|
||||
Reference in New Issue
Block a user