Add ImagePath column to ManualPayments table in CMS schema
Build and Deploy to Kubernetes / build-and-deploy (push) Successful in 1m52s

This commit is contained in:
masoodafar-web
2026-01-02 02:13:57 +03:30
parent 1cf501711f
commit bea43a0569
8 changed files with 3992 additions and 1 deletions
@@ -3,7 +3,7 @@
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>0.0.165</Version>
<Version>0.0.167</Version>
<DebugType>None</DebugType>
<DebugSymbols>False</DebugSymbols>
<GeneratePackageOnBuild>False</GeneratePackageOnBuild>
@@ -77,6 +77,7 @@ message CreateManualPaymentRequest
string description = 4;
google.protobuf.StringValue reference_number = 5;
google.protobuf.StringValue image_path = 6;
google.protobuf.Int64Value image_document_id = 7;
}
message CreateManualPaymentResponse
@@ -135,6 +136,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 ProcessManualMembershipPaymentRequest