feat: add daily compensation and obligation properties to payment result
This commit is contained in:
@@ -76,5 +76,8 @@ public class ReviewAndPaymentViewModel
|
||||
/// شمسی
|
||||
/// </summary>
|
||||
public string ContractEndFa { get; set; }
|
||||
|
||||
public string DailyCompensation { get; set; }
|
||||
public string Obligation { get; set; }
|
||||
|
||||
}
|
||||
@@ -669,7 +669,8 @@ public class TemporaryClientRegistrationApplication : ITemporaryClientRegistrati
|
||||
result.OneTimeTotalPaymentStr =( discountedPayment + taxDouble).ToMoney();
|
||||
}
|
||||
|
||||
|
||||
result.DailyCompensation = ((roundAmount2 * 10) / 100).ToMoney();
|
||||
result.Obligation = result.OneTimeTotalPaymentStr;
|
||||
return result;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user