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