config updated

This commit is contained in:
2026-03-13 22:25:33 +05:30
parent a6de18155a
commit 728817a53e
1773 changed files with 313158 additions and 8 deletions

View File

@@ -79,6 +79,7 @@ class NEFTDataMapper:
amount_in = parsed_txn.get('amount', '0')
txn_amt = cls.convert_amount(amount_in)
txnind = 'DR'
sender_to_reciver_info = ' '
# Date handling
txn_date_raw = parsed_txn.get('tran_date', '') or ''
@@ -109,6 +110,7 @@ class NEFTDataMapper:
reject_reason=(parsed_txn.get('reject_reason') or '').strip(),
benef_address=(parsed_txn.get('benef_address') or '').strip(),
msg_type=(parsed_txn.get('sub_msg_type') or '').strip(),
sender_to_reciver_info=sender_to_reciver_info,
)
return record