Skip to content

Commit dbe8985

Browse files
committed
fix: merchant monitoring issues
1 parent 4da359a commit dbe8985

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

apps/backoffice-v2/src/domains/business-reports/constants.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ export const MERCHANT_REPORT_TYPES = Object.values(MERCHANT_REPORT_TYPES_MAP);
2222
export const MERCHANT_REPORT_VERSIONS_MAP = {
2323
'1': '1',
2424
'2': '2',
25+
'3': '3',
2526
} as const;
2627

2728
export type MerchantReportVersion = keyof typeof MERCHANT_REPORT_VERSIONS_MAP;

services/workflows-service/src/business-report/constants.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ export const MERCHANT_REPORT_TYPES = Object.values(MERCHANT_REPORT_TYPES_MAP);
2222
export const MERCHANT_REPORT_VERSIONS_MAP = {
2323
'1': '1',
2424
'2': '2',
25+
'3': '3',
2526
} as const;
2627

2728
export type MerchantReportVersion = keyof typeof MERCHANT_REPORT_VERSIONS_MAP;

0 commit comments

Comments
 (0)