s
All checks were successful
Build and Publish / BuildAndDeployAmd64 (push) Successful in 44s
Build and Publish / BuildAndDeployArm64 (push) Successful in 4m30s

This commit is contained in:
matst80
2025-12-04 18:02:42 +01:00
parent 3becd1c80c
commit 9a61b088c9

View File

@@ -57,8 +57,7 @@ func HandlePaymentStarted(g *CheckoutGrain, m *messages.PaymentStarted) error {
payment.SessionData = (*json.RawMessage)(&m.SessionData.Value)
}
payment.StartedAt = &startedAt
payment.CompletedAt = nil
payment.ProcessorReference = nil
} else {
g.PaymentInProgress++
g.Payments = append(g.Payments, &Payment{