modified model
This commit is contained in:
@@ -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