fix
Some checks failed
Build and Publish / BuildAndDeployAmd64 (push) Has been cancelled
Build and Publish / BuildAndDeployArm64 (push) Has started running

This commit is contained in:
matst80
2025-12-04 18:02:06 +01:00
parent dcc7cc2dd0
commit 3becd1c80c
8 changed files with 340 additions and 181 deletions

View File

@@ -38,6 +38,7 @@ message PaymentStarted {
string provider = 5;
optional string method = 6;
optional google.protobuf.Timestamp startedAt = 7;
optional google.protobuf.Any sessionData = 8;
repeated uint32 items = 2;
}