Selaa lähdekoodia

Disable Stripe telemetry

binwiederhier 3 vuotta sitten
vanhempi
sitoutus
2ac63c4327
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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
 	}