Mauricio Araujo пре 2 година
родитељ
комит
8376d8480a
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      api/server/handlers/billing/customer.go

+ 1 - 1
api/server/handlers/billing/customer.go

@@ -72,7 +72,7 @@ type GetPublishableKeyHandler struct {
 	handlers.PorterHandlerReadWriter
 }
 
-// NewCreateBillingCustomerIfNotExists will create a new CreateBillingCustomerIfNotExists
+// NewGetPublishableKeyHandler will return the publishable key
 func NewGetPublishableKeyHandler(
 	config *config.Config,
 	decoderValidator shared.RequestDecoderValidator,