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