update
Some checks failed
Build and Publish / BuildAndDeployAmd64 (push) Successful in 44s
Build and Publish / BuildAndDeployArm64 (push) Has been cancelled

This commit is contained in:
matst80
2025-12-04 10:31:11 +01:00
parent e9189364ab
commit 5037c07a47

View File

@@ -143,7 +143,7 @@ func (s *CheckoutPoolServer) AdyenHookHandler(w http.ResponseWriter, r *http.Req
case "AUTHORISATION": case "AUTHORISATION":
isSuccess := item.Success == "true" isSuccess := item.Success == "true"
log.Panicln("Handling auth: %+v", item) log.Printf("Handling auth: %+v", item)
checkoutId, err := getCheckoutIdFromNotificationItem(item) checkoutId, err := getCheckoutIdFromNotificationItem(item)
if err != nil { if err != nil {
log.Printf("Could not get checkout id: %v", err) log.Printf("Could not get checkout id: %v", err)