feat: integrate Stripe for embedded checkout; update billing API to return client_secret and adjust checkout flow in components
This commit is contained in:
@@ -21,6 +21,7 @@ Thank you for your interest in contributing to Pulse! We welcome contributions f
|
||||
NEXT_PUBLIC_AUTH_URL=http://localhost:3000
|
||||
NEXT_PUBLIC_AUTH_API_URL=http://localhost:8081
|
||||
NEXT_PUBLIC_APP_URL=http://localhost:3003
|
||||
NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY=pk_test_... # For embedded checkout (optional if billing not used)
|
||||
```
|
||||
5. **Run the development server**:
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user