[add]: accountId on loan and repayment
This commit was merged in pull request #9.
This commit is contained in:
@@ -50,6 +50,7 @@ class BaseService:
|
||||
"""
|
||||
return Transaction.create_transaction(
|
||||
transaction_id = validated_data.get("transactionId"),
|
||||
customer_id = validated_data.get('customerId', None),
|
||||
account_id = validated_data.get("accountId", None),
|
||||
type = cls.TRANSACTION_TYPE,
|
||||
channel = validated_data.get("channel"),
|
||||
|
||||
Reference in New Issue
Block a user