fix(webhooks): harden webhook config and secret handling
This commit is contained in:
@@ -81,7 +81,7 @@ class StarsService:
|
||||
title=description,
|
||||
description=description,
|
||||
payload=payload,
|
||||
provider_token="",
|
||||
provider_token=self.settings.STARS_PROVIDER_TOKEN or "",
|
||||
currency="XTR",
|
||||
prices=prices,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user