quantum-ai-v2/wallet
Claude f7cdad4273 Replace hardcoded Stripe payment links with dynamic checkout sessions
- Remove hardcoded payment link URLs that were environment-specific
- Implement dynamic Stripe checkout session creation with automatic domain detection
- Add success/cancel URLs that automatically work on localhost and Railway
- Update StripePaymentHandler to use request.build_absolute_uri() for proper URL generation
- Add wallet top-up success and cancel views with proper user feedback
- This fixes the issue where payment success redirected to old/wrong URLs

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-12 12:25:51 +05:30
..
migrations first working 2025-07-09 02:15:35 +05:30
__init__.py first working 2025-07-09 02:15:35 +05:30
admin.py first working 2025-07-09 02:15:35 +05:30
apps.py first working 2025-07-09 02:15:35 +05:30
models.py first working 2025-07-09 02:15:35 +05:30
stripe_handler.py Replace hardcoded Stripe payment links with dynamic checkout sessions 2025-07-12 12:25:51 +05:30
tests.py first working 2025-07-09 02:15:35 +05:30
views.py first working 2025-07-09 02:15:35 +05:30