diff --git a/cmd/checkout/adyen-handlers.go b/cmd/checkout/adyen-handlers.go index 20bafbf..4b17d63 100644 --- a/cmd/checkout/adyen-handlers.go +++ b/cmd/checkout/adyen-handlers.go @@ -143,7 +143,7 @@ func (s *CheckoutPoolServer) AdyenHookHandler(w http.ResponseWriter, r *http.Req case "AUTHORISATION": isSuccess := item.Success == "true" - log.Panicln("Handling auth: %+v", item) + log.Printf("Handling auth: %+v", item) checkoutId, err := getCheckoutIdFromNotificationItem(item) if err != nil { log.Printf("Could not get checkout id: %v", err)