config changes
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -68,7 +68,13 @@ class NEFTDataMapper:
|
||||
return ''
|
||||
s = status.strip()
|
||||
if s == 'PROS':
|
||||
return 'PROCESSED'
|
||||
return 'PROCESSED'
|
||||
if s == 'SUSP':
|
||||
return 'SUSPENDED'
|
||||
if s == 'FAIL':
|
||||
return 'FAILED'
|
||||
if s == 'RVRS':
|
||||
return 'REVERSED'
|
||||
return s
|
||||
except Exception as e:
|
||||
logger.error(f"Error processing status: {e}")
|
||||
|
||||
Reference in New Issue
Block a user