feat: enhance CreateManualPayment command with image document ID and update protobuf definitions
Build and Deploy / build (push) Successful in 1m50s

This commit is contained in:
masoodafar-web
2026-01-02 02:13:51 +03:30
parent 31df6d843a
commit 36b30e37b8
4 changed files with 15 additions and 5 deletions
@@ -4,7 +4,7 @@
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>0.0.11</Version>
<Version>0.0.12</Version>
<DebugType>None</DebugType>
<DebugSymbols>False</DebugSymbols>
<GeneratePackageOnBuild>False</GeneratePackageOnBuild>
@@ -56,6 +56,7 @@ message ManualPaymentModel
google.protobuf.Int64Value transaction_id = 18;
google.protobuf.Timestamp created = 19;
google.protobuf.StringValue image_path = 20;
google.protobuf.Int64Value image_document_id = 21;
}
message CreateManualPaymentRequest