correct mutation
All checks were successful
Build and Publish / BuildAndDeployAmd64 (push) Successful in 42s
Build and Publish / BuildAndDeployArm64 (push) Successful in 4m36s

This commit is contained in:
matst80
2025-12-05 08:34:32 +01:00
parent ea3eb2f0f3
commit 81609d6c20

View File

@@ -7,7 +7,7 @@ import (
messages "git.k6n.net/go-cart-actor/proto/checkout" messages "git.k6n.net/go-cart-actor/proto/checkout"
) )
func HandlePaymentCancelled(g *CheckoutGrain, m *messages.PaymentDeclined) error { func HandlePaymentCancelled(g *CheckoutGrain, m *messages.CancelPayment) error {
payment, found := g.FindPayment(m.PaymentId) payment, found := g.FindPayment(m.PaymentId)
if !found { if !found {