Skip to content

Commit c52f381

Browse files
committed
Enable the new testVerifiedDomainRequest web API endpoint
1 parent ae85cfa commit c52f381

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

pkg/code/server/web/paymentrequest/server.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -142,12 +142,6 @@ func (s *Server) testVerifiedDomainRequestHandler(path string) func(w http.Respo
142142

143143
ctx := r.Context()
144144

145-
// Endpoint is disabled
146-
if true {
147-
w.WriteHeader(http.StatusNotFound)
148-
return
149-
}
150-
151145
if r.Method != http.MethodGet {
152146
w.WriteHeader(http.StatusBadRequest)
153147
return

0 commit comments

Comments
 (0)