more changes
All checks were successful
Build and Publish / BuildAndDeployAmd64 (push) Successful in 36s
Build and Publish / BuildAndDeployArm64 (push) Successful in 3m59s

This commit is contained in:
matst80
2025-12-01 20:15:48 +01:00
parent c227870f13
commit 060b3dfbf0
22 changed files with 316 additions and 242 deletions

View File

@@ -122,7 +122,8 @@ message PaymentDeclined {
message PaymentEvent {
string paymentId = 1;
string name = 2;
google.protobuf.Any data = 3;
bool success = 3;
google.protobuf.Any data = 4;
}
message ConfirmationViewed {