Disable Stripe telemetry
parent
1da4187405
commit
2ac63c4327
|
@ -250,6 +250,7 @@ func execServe(c *cli.Context) error {
|
|||
|
||||
// Stripe things
|
||||
if stripeSecretKey != "" {
|
||||
stripe.EnableTelemetry = false // Whoa!
|
||||
stripe.Key = stripeSecretKey
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue