Disable Stripe telemetry
This commit is contained in:
@@ -250,6 +250,7 @@ func execServe(c *cli.Context) error {
|
|||||||
|
|
||||||
// Stripe things
|
// Stripe things
|
||||||
if stripeSecretKey != "" {
|
if stripeSecretKey != "" {
|
||||||
|
stripe.EnableTelemetry = false // Whoa!
|
||||||
stripe.Key = stripeSecretKey
|
stripe.Key = stripeSecretKey
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user