fix name to transactionId
This commit is contained in:
@@ -73,7 +73,7 @@ class RepaymentService(BaseService):
|
||||
|
||||
# Simulated processing logic
|
||||
response_data = {
|
||||
"transaction_id": transaction_id,
|
||||
"transactionId": transaction_id,
|
||||
"customerId": customer_id,
|
||||
"productId": product_id,
|
||||
"debtId": loan_id,
|
||||
|
||||
Reference in New Issue
Block a user