etsy: saved api key

This commit is contained in:
2025-12-28 14:40:25 -07:00
parent 2feec98479
commit a0f43cb336
+5
View File
@@ -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)