This website requires JavaScript.
Explore
Help
Sign In
sarlink
/
sarlink-portal-api
Watch
7
Star
0
Fork
0
You've already forked sarlink-portal-api
mirror of
https://github.com/i701/sarlink-portal-api.git
synced
2025-07-07 12:16:30 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
63b1a6b9ef75c5102534487d9645451e2aff1bd6
sarlink-portal-api
/
billing
History
i701
63b1a6b9ef
Some checks failed
Build and Push Docker Images / Build and Push Docker Images (push)
Has been cancelled
Details
fix(tasks): include paid filter in expired topups query to prevent notifications for paid topups
🐛
2025-07-05 18:05:39 +05:00
..
management
/commands
feat(commands): add random status assignment for seeded topups
✨
2025-07-05 17:37:17 +05:00
migrations
feat(models): add status field to Topup model with choices for Pending, Paid, and Cancelled
✨
2025-07-05 17:37:04 +05:00
__init__.py
Initial commit
2025-01-20 14:33:03 +05:00
admin.py
feat(models): add status field to Topup model with choices for Pending, Paid, and Cancelled
✨
2025-07-05 17:37:04 +05:00
apps.py
Initial commit
2025-01-20 14:33:03 +05:00
filters.py
refactor(billing): Refactor TopupFilter to enhance user search functionality and update fields
🔨
2025-07-03 21:04:42 +05:00
models.py
feat(models): add status field to Topup model with choices for Pending, Paid, and Cancelled
✨
2025-07-05 17:37:04 +05:00
serializers.py
feat(serializers): add paid_at field to TopupSerializer for improved data tracking
✨
2025-07-05 17:55:26 +05:00
tasks.py
fix(tasks): include paid filter in expired topups query to prevent notifications for paid topups
🐛
2025-07-05 18:05:39 +05:00
tests.py
feat(billing): Add delete functionality for topups and update creation logic with expiration time
✨
2025-07-04 20:14:37 +05:00
urls.py
feat(views): implement topup cancellation and update status to CANCELLED
✨
2025-07-05 17:37:35 +05:00
views.py
fix(views): update paid_at field in VerifyTopupPaymentAPIView to use transaction date from MIB response
🐛
2025-07-05 17:42:06 +05:00