fixed status orchestration

This commit is contained in:
Stephan D
2026-02-05 15:33:41 +01:00
parent 7417b33de3
commit 5df02baa80
6 changed files with 85 additions and 68 deletions

View File

@@ -49,6 +49,7 @@ const (
PaymentStateAccepted PaymentState = "accepted"
PaymentStateFundsReserved PaymentState = "funds_reserved"
PaymentStateSubmitted PaymentState = "submitted"
PaymentStateSuccess PaymentState = "success"
PaymentStateSettled PaymentState = "settled"
PaymentStateFailed PaymentState = "failed"
PaymentStateCancelled PaymentState = "cancelled"