repayment id
This commit is contained in:
@@ -67,8 +67,10 @@ class RepaymentService(BaseService):
|
|||||||
return ResponseHelper.error(result_description="Invalid Customer or Account")
|
return ResponseHelper.error(result_description="Invalid Customer or Account")
|
||||||
|
|
||||||
# Simulated processing logic
|
# Simulated processing logic
|
||||||
|
# TODO start using repayment_id instead if id or Id
|
||||||
response_data = {
|
response_data = {
|
||||||
"id": repayment.id,
|
"Id": repayment.id,
|
||||||
|
"repayment_id": repayment.id,
|
||||||
"initiated_by": repayment.initiated_by,
|
"initiated_by": repayment.initiated_by,
|
||||||
"transactionId": transaction_id,
|
"transactionId": transaction_id,
|
||||||
"customerId": customer_id,
|
"customerId": customer_id,
|
||||||
|
|||||||
Reference in New Issue
Block a user