(20241218) Getting full individual payment records is now possible.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user