feat: added promocode activation

also code reformatting and bug fixes
This commit is contained in:
ITQ
2025-01-26 11:33:03 +03:00
parent 43baa2af5c
commit 545201e4dd
11 changed files with 218 additions and 99 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ ALLOWED_HOSTS = env(
# Integrations
ANTIFRAUD_ENDPOINT = (
ANTIFRAUD_ADDRESS = (
f"http://{env('ANTIFRAUD_ADDRESS', default='http://localhost:9090')}"
)