(20241217) Payment message capture improved.

This commit is contained in:
2024-12-17 13:58:50 +05:30
parent 9de9542fda
commit 8b39393ed3
5 changed files with 23 additions and 12 deletions
+6
View File
@@ -235,6 +235,12 @@ class CorePaymentModel(BaseModel):
default = None
)
lastEventMessage: str | None = Field(
description = "a short, human-readable message",
frozen = False,
default = None
)
lastPaymentStatus: str = Field(
description = "the status of the payment request to see what stage of the process we are in",
frozen = False