more logs
Some checks failed
Build and Publish / Metadata (push) Successful in 13s
Build and Publish / BuildAndDeployAmd64 (push) Successful in 52s
Build and Publish / BuildAndDeployArm64 (push) Has been cancelled

This commit is contained in:
2025-11-13 18:34:25 +01:00
parent 67c9b2a7df
commit a0f5ae0c61
3 changed files with 7 additions and 4 deletions

View File

@@ -592,7 +592,7 @@ func (s *PoolServer) CheckoutHandler(fn func(order *CheckoutOrder, w http.Respon
s.ApplyCheckoutStarted(order, cartId)
return fn(order, w)
}
order, err := s.klarnaClient.GetOrder(orderId)
order, err := s.klarnaClient.GetOrder(r.Context(), orderId)
if err != nil {
return err
}