(20250102) Alerts on payment events.
This commit is contained in:
@@ -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"
|
||||
):
|
||||
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user