Started stripe

This commit is contained in:
CHIEFSOFT\ameye
2025-07-29 20:55:45 -04:00
parent 21eb8ba110
commit 73a1839f92
8 changed files with 76 additions and 0 deletions
+3
View File
@@ -85,6 +85,9 @@ class Config:
]
STRIPE_PRIV_KEY = os.getenv("STRIPE_PRIV_KEY", "WRONG_KEY_SUPPLIED")
settings = Config()