modified model
This commit is contained in:
@@ -134,7 +134,7 @@ class Repository:
|
||||
:STATUS,
|
||||
:REJECT_CODE,
|
||||
:BENF_ADDRS,
|
||||
:MSG_TYP
|
||||
:MSG_TYP,
|
||||
:CREDITOR_AMT
|
||||
)
|
||||
"""
|
||||
|
||||
@@ -94,7 +94,7 @@ class RTGSDataMapper:
|
||||
amount_in = parsed_txn.get('amount', '0')
|
||||
txn_amt = cls.convert_amount(amount_in)
|
||||
txnind = "CR"
|
||||
creditor_amt = parsed_txn.get('amount', '0')
|
||||
creditor_amt = parsed_txn.get('creditor_amt', '0')
|
||||
|
||||
# Date handling
|
||||
txn_date_raw = parsed_txn.get('tran_date', '') or ''
|
||||
|
||||
Reference in New Issue
Block a user