Add ImagePath column to ManualPayments table in CMS schema
Build and Deploy to Kubernetes / build-and-deploy (push) Successful in 1m52s
Build and Deploy to Kubernetes / build-and-deploy (push) Successful in 1m52s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user