Spaces:
Running
Running
Update payment_api.py
Browse files- payment_api.py +3 -1
payment_api.py
CHANGED
|
@@ -15,7 +15,9 @@ logger = logging.getLogger(__name__)
|
|
| 15 |
app = FastAPI(
|
| 16 |
title="Invoice Payment API",
|
| 17 |
description="Payment processing simulation for invoice automation",
|
| 18 |
-
version="1.0.0"
|
|
|
|
|
|
|
| 19 |
)
|
| 20 |
|
| 21 |
TRANSACTIONS: Dict[str, Dict[str, Any]] = {}
|
|
|
|
| 15 |
app = FastAPI(
|
| 16 |
title="Invoice Payment API",
|
| 17 |
description="Payment processing simulation for invoice automation",
|
| 18 |
+
version="1.0.0",
|
| 19 |
+
root_path="/proxy/7860"
|
| 20 |
+
|
| 21 |
)
|
| 22 |
|
| 23 |
TRANSACTIONS: Dict[str, Dict[str, Any]] = {}
|