update
This commit is contained in:
@@ -408,7 +408,7 @@ func (s *CheckoutPoolServer) GetPaymentSessionHandler(w http.ResponseWriter, r *
|
||||
}
|
||||
}
|
||||
service := s.adyenClient.Checkout()
|
||||
req := service.PaymentsApi.GetResultOfPaymentSessionInput(payload.SessionId)
|
||||
req := service.PaymentsApi.GetResultOfPaymentSessionInput(paymentId)
|
||||
if payload != nil {
|
||||
req = req.SessionResult(payload.SessionResult)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user