From 5037c07a471215554f3bb26065f91a214e5f3f31 Mon Sep 17 00:00:00 2001 From: matst80 Date: Thu, 4 Dec 2025 10:31:11 +0100 Subject: [PATCH] update --- cmd/checkout/adyen-handlers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)