Containerization

This commit is contained in:
VivianDee
2025-03-20 19:00:32 +01:00
parent f5e9fa5165
commit 999acd6629
16 changed files with 104 additions and 72 deletions
+15 -4
View File
@@ -25,12 +25,23 @@ class DisbursementService:
# Simulated processing logic
response_data = {
"disbursement_id": validated_data.get("disbursement_id", "11223"),
"status": "Completed",
"amount": validated_data.get("amount"),
"recipient_account": validated_data.get("recipient_account"),
"transactionId": "T001",
"TransactionId": "Tr201712RK9232P115",
"debtId": "273194670",
"customerId": "CN621868",
"accountId": "2017821799",
"productId": "101",
"provideAmount": 100000.0,
"collectAmountInterest": 5000,
"collectAmountMgtFee": 1000,
"collectAmountInsurance": 1000,
"collectAmountVAT": 75,
"countryId": "01",
"resultCode": "00",
"resultDescription": "Loan Request Completed Successfully!"
}
# return ResponseHelper.success(
# data=response_data,
# message="Disbursement completed successfully"
+1 -1
View File
@@ -26,7 +26,7 @@ class RevokeEnableConsentService:
# Simulated processing logic
response_data = {
"$type": "RevokeEnableConsentResponse",
"type": "RevokeEnableConsentResponse",
"customerId": "CN621868",
"accountId": "2017821799",
"resultCode": "00",
+1 -1
View File
@@ -26,7 +26,7 @@ class TransactionVerifyService:
# Simulated processing logic
response_data = {
"$type": "TransactionCheckResponse",
"type": "TransactionCheckResponse",
"nativeId": "FBN20191031104405CN621868",
"customerId": "CN621868",
"accountId": "2017821799",