update
Some checks failed
Build and Publish / Metadata (push) Successful in 11s
Build and Publish / BuildAndDeployAmd64 (push) Failing after 38s
Build and Publish / BuildAndDeployArm64 (push) Failing after 3m56s

This commit is contained in:
matst80
2025-11-11 08:51:56 +01:00
parent ed9a02227e
commit af7ce20557
2 changed files with 15 additions and 0 deletions

View File

@@ -552,6 +552,7 @@ func (s *PoolServer) CheckoutHandler(fn func(order *CheckoutOrder, w http.Respon
if orderId == "" {
order, err := s.CreateOrUpdateCheckout(r.Context(), r.Host, cartId)
if err != nil {
logger.Error("unable to create klarna session", err)
return err
}
s.ApplyCheckoutStarted(order, cartId)