(20250102) Receipt add failures will be reported to Telegram.

This commit is contained in:
2025-01-02 12:14:11 +00:00
parent 1b8b15e9c1
commit aa01fd8c7a
2 changed files with 17 additions and 6 deletions
@@ -348,7 +348,8 @@ class PaymentsController(CoreAuthTokenController, ABC):
retry_count = 1,
backoff_seconds = 0.5,
backoff_multiplier = 1.1,
session_token = session_token
session_token = session_token,
alert_on_all_failures = True
)
print("RECEIPT ADD JSON:", json.to_string(sql_json, default = str))