We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2b1d56 commit b234daeCopy full SHA for b234dae
1 file changed
src/subdomains/core/aml/enums/aml-error.enum.ts
@@ -200,7 +200,11 @@ export const AmlErrorResult: {
200
amlCheck: CheckStatus.GSHEET,
201
amlReason: null,
202
},
203
- [AmlError.BANK_DATA_USER_MISMATCH]: null,
+ [AmlError.BANK_DATA_USER_MISMATCH]: {
204
+ type: AmlErrorType.CRUCIAL,
205
+ amlCheck: CheckStatus.FAIL,
206
+ amlReason: AmlReason.USER_DATA_MISMATCH,
207
+ },
208
[AmlError.VIRTUAL_IBAN_USER_MISMATCH]: {
209
type: AmlErrorType.CRUCIAL,
210
0 commit comments