1
0
forked from Yara724/api
This commit is contained in:
SepehrYahyaee
2026-05-10 11:43:28 +03:30
parent d1bc64bb6d
commit 9c62dc4d3a
5 changed files with 289 additions and 77 deletions

View File

@@ -2523,7 +2523,7 @@ export class ExpertClaimService {
}
// Price cap validation
const PRICE_CAP = 30_000_000;
const PRICE_CAP = 53_000_000;
let totalPrice = 0;
for (const part of reply.parts || []) {
const parsed = this.parsePersianNumber(String(part.totalPayment ?? '0'));