Mauricio Araujo 2 лет назад
Родитель
Сommit
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,