Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -45,7 +45,7 @@ from auth import (
|
|
| 45 |
# Add this import near the top with your other imports
|
| 46 |
from paypal_integration import (
|
| 47 |
create_user_subscription, verify_subscription_payment,
|
| 48 |
-
update_user_subscription, handle_subscription_webhook, initialize_database,
|
| 49 |
)
|
| 50 |
from fastapi import Request # Add this if not already imported
|
| 51 |
|
|
|
|
| 45 |
# Add this import near the top with your other imports
|
| 46 |
from paypal_integration import (
|
| 47 |
create_user_subscription, verify_subscription_payment,
|
| 48 |
+
update_user_subscription, handle_subscription_webhook, initialize_database, get_subscription_plans
|
| 49 |
)
|
| 50 |
from fastapi import Request # Add this if not already imported
|
| 51 |
|