Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwiidb committed Aug 3, 2023
1 parent 4002cfb commit 4b254b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion echo_handlers.go
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ func (svc *Service) AppsNewHandler(c echo.Context) error {
disabled := c.QueryParam("editable") == "false"
requestMethods := c.QueryParam("request_methods")
if requestMethods == "" {
//default
//pay_invoice checkbox is default checked but can be disabled
requestMethods = NIP_47_PAY_INVOICE_METHOD
}
budgetEnabled := maxAmount != "" || budgetRenewal != ""
Expand Down

0 comments on commit 4b254b0

Please sign in to comment.