Spaces:
Runtime error
Runtime error
Fix: Redirect to /benchmark instead of /checkout
Browse files
app.py
CHANGED
|
@@ -11,7 +11,7 @@ from datetime import datetime
|
|
| 11 |
|
| 12 |
# Configuration (set via HF Space secrets/environment)
|
| 13 |
ACO_API_BASE = os.getenv("ACO_API_BASE", "https://agenticcommerce.academy/api")
|
| 14 |
-
STRIPE_CHECKOUT_BASE = os.getenv("STRIPE_CHECKOUT_BASE", "https://agenticcommerce.academy/
|
| 15 |
|
| 16 |
# Showcase examples (pre-generated reports)
|
| 17 |
SHOWCASE_EXAMPLES = {
|
|
|
|
| 11 |
|
| 12 |
# Configuration (set via HF Space secrets/environment)
|
| 13 |
ACO_API_BASE = os.getenv("ACO_API_BASE", "https://agenticcommerce.academy/api")
|
| 14 |
+
STRIPE_CHECKOUT_BASE = os.getenv("STRIPE_CHECKOUT_BASE", "https://agenticcommerce.academy/benchmark")
|
| 15 |
|
| 16 |
# Showcase examples (pre-generated reports)
|
| 17 |
SHOWCASE_EXAMPLES = {
|