some update

This commit is contained in:
2026-05-30 19:05:56 +03:30
parent 7ae027633b
commit c11166b365
6 changed files with 49 additions and 39 deletions
+1 -1
View File
@@ -137,7 +137,7 @@ export default {
SUN: 'سان',
},
TspProviderResponseStatus: {
[TspProviderResponseStatus.SUCCESS]: 'موفق',
[TspProviderResponseStatus.SUCCESS]: 'تایید شده',
[TspProviderResponseStatus.FAILURE]: 'ناموفق',
[TspProviderResponseStatus.NOT_SEND]: 'ارسال نشده',
[TspProviderResponseStatus.QUEUED]: 'در صف ارسال',
@@ -95,7 +95,7 @@ export class ResponseMappingInterceptor implements NestInterceptor {
meta = {
totalRecords: total,
totalPages: Math.max(1, Math.ceil(total / perPage)),
page,
page: parseInt(page),
perPage,
}
break
@@ -188,7 +188,7 @@ export class ResponseMappingInterceptor implements NestInterceptor {
meta = {
totalRecords: total,
totalPages: Math.max(1, Math.ceil(total / perPage)),
page,
page: parseInt(page),
perPage,
}
}