(20250102) Alerts on payment events.

This commit is contained in:
2025-01-02 11:53:13 +00:00
parent fd2a1ef6d1
commit cb8e322c10
5 changed files with 57 additions and 14 deletions
+2 -2
View File
@@ -46,7 +46,7 @@ from utils_v2.api.codes import StatusCodes
from icecream import IceCreamDebugger
# To work with datatypes:
from typing import List
from typing import List, Literal
# *****************************************************************************************************************
@@ -141,7 +141,7 @@ class CoreBaseModel:
self,
message: str,
session_token = None,
alert_type = "error"
alert_type: Literal["info", "warn", "error"] = "error"
):
"""