(20241218) Getting full individual payment records is now possible.

This commit is contained in:
2024-12-18 09:59:14 +05:30
parent bfe7b1a78b
commit 85cc330711
7 changed files with 360 additions and 60 deletions
+2 -1
View File
@@ -339,7 +339,8 @@ class CorePaymentModel(BaseModel):
payment_json["events"].append({
"eventTs": e.eventTs,
"paymentStatus": e.paymentStatus,
"initByPG": e.initByPG
"initByPG": e.initByPG,
"message": e.message
})
return payment_json