File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ func registerHandler(app app.App) *mux.Router {
159159 public .HandleFunc ("/payments" , app .TestingTransactionHandler .CreatePayment ).Methods (http .MethodPost )
160160 public .HandleFunc ("/payments" , app .TestingTransactionHandler .GetAllPayments ).Methods (http .MethodGet )
161161 public .HandleFunc ("/payments/{order_no}" , app .TestingTransactionHandler .GetPayment ).Methods (http .MethodGet )
162- // public.HandleFunc("/webhooks/xendit", app.TestingTransactionHandler.XenditWebhook).Methods(http.MethodPost)
162+ public .HandleFunc ("/webhooks/xendit" , app .TestingTransactionHandler .XenditWebhook ).Methods (http .MethodPost )
163163
164164 protectedV1Route := v1 .NewRoute ().Subrouter ()
165165 protectedV1Route .Use (app .Middleware .AuthMiddleware (constants .RoleUser ))
You can’t perform that action at this time.
0 commit comments