Browse Source

Disable Stripe telemetry

binwiederhier 3 years ago
parent
commit
2ac63c4327
1 changed files with 1 additions and 0 deletions
  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
 	}