update
All checks were successful
Build and Publish / BuildAndDeployAmd64 (push) Successful in 42s
Build and Publish / BuildAndDeployArm64 (push) Successful in 4m36s

This commit is contained in:
matst80
2025-12-04 17:14:25 +01:00
parent 978ef3025d
commit fccb0eed06

View File

@@ -408,7 +408,7 @@ func (s *CheckoutPoolServer) GetPaymentSessionHandler(w http.ResponseWriter, r *
} }
} }
service := s.adyenClient.Checkout() service := s.adyenClient.Checkout()
req := service.PaymentsApi.GetResultOfPaymentSessionInput(payload.SessionId) req := service.PaymentsApi.GetResultOfPaymentSessionInput(paymentId)
if payload != nil { if payload != nil {
req = req.SessionResult(payload.SessionResult) req = req.SessionResult(payload.SessionResult)
} }