File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
api-service/src/config/L1-custom-validations/apiTests Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments