expanded disbursement endpoint

This commit was merged in pull request #10.
This commit is contained in:
Chinenye Nmoh
2025-06-09 20:31:32 +01:00
parent 3e4fad5418
commit e7279a8c65
6 changed files with 55 additions and 5 deletions
+5 -1
View File
@@ -18,4 +18,8 @@ class TransactionVerifyResponseSchema(Schema):
providedAmount = fields.Float(required=True)
collectedAmount = fields.Float(required=True)
transactionId = fields.Str(allow_none=True)
transactionType = fields.Str(allow_none=True)
transactionType = fields.Str(allow_none=True)
disburseVerify = fields.Str(allow_none=True)
verifyDescription = fields.Str(allow_none=True)
verifyResult = fields.Str(allow_none=True)