From e9ab5c40ef84d9c31963b302b4845e6ff007c885 Mon Sep 17 00:00:00 2001 From: SamSys Date: Sun, 20 Jul 2025 13:25:12 +0400 Subject: [PATCH] Create Financial Transaction --- ServiceHost/Controllers/GeneralController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ServiceHost/Controllers/GeneralController.cs b/ServiceHost/Controllers/GeneralController.cs index 5964845d..88aa0100 100644 --- a/ServiceHost/Controllers/GeneralController.cs +++ b/ServiceHost/Controllers/GeneralController.cs @@ -92,7 +92,7 @@ public class GeneralController : GeneralBaseController var command = new CreateFinancialStatment() { - ContractingPartyId = 0,// نیاز هست آی دی طرف حساب ارسال بشه + ContractingPartyId = transaction.ContractingPartyId, TdateFa = DateTime.Now.ToFarsi(), Deptor = 0, Creditor = transaction.Amount,