(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
@@ -351,8 +351,6 @@ class PaymentsController(CoreAuthTokenController, ABC):
session_token = session_token
)
print("RECEIPT ADD SQL JSON:", json.to_string(sql_json, default=str))
# Return the response:
if sql_json["status"] == 1: return True
else: return False