etsy: saved api key
This commit is contained in:
@@ -15,6 +15,11 @@ import (
|
|||||||
"ruben/inventory2/internal/webhooks"
|
"ruben/inventory2/internal/webhooks"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
const (
|
||||||
|
etsyAPIKeystring = "38ncokqh0jih5jshfk8iv4n5"
|
||||||
|
etsyAPISharedSecret = "jaaw0tyizf"
|
||||||
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
if err := runApp(context.Background()); err != nil {
|
if err := runApp(context.Background()); err != nil {
|
||||||
panic(err)
|
panic(err)
|
||||||
|
|||||||
Reference in New Issue
Block a user