Mauricio Araujo 2 năm trước cách đây
mục cha
commit
8376d8480a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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,