We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae85cfa commit c52f381Copy full SHA for c52f381
pkg/code/server/web/paymentrequest/server.go
@@ -142,12 +142,6 @@ func (s *Server) testVerifiedDomainRequestHandler(path string) func(w http.Respo
142
143
ctx := r.Context()
144
145
- // Endpoint is disabled
146
- if true {
147
- w.WriteHeader(http.StatusNotFound)
148
- return
149
- }
150
-
151
if r.Method != http.MethodGet {
152
w.WriteHeader(http.StatusBadRequest)
153
return
0 commit comments