(20250102) Receipt add failures will be reported to Telegram.
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user