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