Mauricio Araujo před 2 roky
rodič
revize
77fce47ba5
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      api/server/handlers/billing/list.go

+ 1 - 0
api/server/handlers/billing/list.go

@@ -18,6 +18,7 @@ type ListBillingHandler struct {
 	handlers.PorterHandlerWriter
 }
 
+// CheckPaymentEnabledHandler is a handler for checking if payment is setup
 type CheckPaymentEnabledHandler struct {
 	handlers.PorterHandlerWriter
 }