Skip to content

Commit 534fa6d

Browse files
authored
Merge pull request #980 from vaibhavsharmawits/release-RETINVL-1.2.5
fix
2 parents 85acdea + 0fd9a26 commit 534fa6d

File tree

1 file changed

+10
-10
lines changed
  • api-service/src/config/L1-custom-validations/apiTests

1 file changed

+10
-10
lines changed

api-service/src/config/L1-custom-validations/apiTests/init.ts

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -386,16 +386,16 @@ export const init = async (data: any) => {
386386
const result: any = [];
387387
const txnId = context?.transaction_id;
388388

389-
try {
390-
await contextChecker(context, result, constants.INIT, constants.INIT);
391-
} catch (err: any) {
392-
result.push({
393-
valid: false,
394-
code: 40000,
395-
description: `Business Error: ${err.message}`,
396-
});
397-
return result;
398-
}
389+
// try {
390+
// await contextChecker(context, result, constants.INIT, constants.INIT);
391+
// } catch (err: any) {
392+
// result.push({
393+
// valid: false,
394+
// code: 40000,
395+
// description: `Business Error: ${err.message}`,
396+
// });
397+
// return result;
398+
// }
399399

400400
try {
401401
const order = message.order;

0 commit comments

Comments
 (0)