Mauricio Araujo il y a 2 ans
Parent
commit
8376d8480a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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
 	handlers.PorterHandlerReadWriter
 }
 }
 
 
-// NewCreateBillingCustomerIfNotExists will create a new CreateBillingCustomerIfNotExists
+// NewGetPublishableKeyHandler will return the publishable key
 func NewGetPublishableKeyHandler(
 func NewGetPublishableKeyHandler(
 	config *config.Config,
 	config *config.Config,
 	decoderValidator shared.RequestDecoderValidator,
 	decoderValidator shared.RequestDecoderValidator,