feat: add cryptocurrency donation support with Cryptomus integration

- Added support modal component with payment creation flow and multi-language translations
- Integrated heart icon button in header to open donation modal
- Refactored PackageBrowser to accept packages as props and simplified filtering logic
This commit is contained in:
Yusuf İpek
2025-11-11 16:37:32 +03:00
parent 40a34d7133
commit 6d39c9b48e
10 changed files with 740 additions and 133 deletions
+7
View File
@@ -0,0 +1,7 @@
# Cryptomus API Configuration
# Get these from your Cryptomus merchant dashboard: https://cryptomus.com/merchant
CRYPTOMUS_MERCHANT_ID=your_merchant_id_here
CRYPTOMUS_PAYMENT_API_KEY=your_payment_api_key_here
# NextAuth URL Configuration
NEXTAUTH_URL=http://localhost:3002