update
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user