Ver código fonte

Disable Stripe telemetry

binwiederhier 3 anos atrás
pai
commit
2ac63c4327
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      cmd/serve.go

+ 1 - 0
cmd/serve.go

@@ -250,6 +250,7 @@ func execServe(c *cli.Context) error {
 
 	// Stripe things
 	if stripeSecretKey != "" {
+		stripe.EnableTelemetry = false // Whoa!
 		stripe.Key = stripeSecretKey
 	}