This website requires JavaScript.
Explore
Help
Sign In
sarlink
/
sarlink-portal-api
Watch
6
Star
0
Fork
0
You've already forked sarlink-portal-api
mirror of
https://github.com/i701/sarlink-portal-api.git
synced
2026-06-06 04:23:01 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
6431d61d39b77ea50d3cecd77531cc00635950fc
sarlink-portal-api
/
billing
T
History
i701
6431d61d39
Build and Push Docker Images / Build and Push Docker Images (push)
Successful in 5m40s
Details
fix(views): format topup amount to two decimal places in VerifyTopupPaymentAPIView
🐛
2025-07-05 17:16:00 +05:00
..
management
/commands
refactor(billing): Simplify topup seeding by removing payment status and date logic
🔨
2025-07-04 16:32:45 +05:00
migrations
feat(topup): add expiry notification handling and SMS notification task
✨
2025-07-05 14:33:10 +05:00
__init__.py
Initial commit
2025-01-20 14:33:03 +05:00
admin.py
feat(billing): Add is_expired field to TopupAdmin and TopupSerializer for better topup management
✨
2025-07-04 16:31:47 +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(topup): add expiry notification handling and SMS notification task
✨
2025-07-05 14:33:10 +05:00
serializers.py
feat(billing): Add 'expires_at' field to TopupSerializer for better expiration tracking
✨
2025-07-04 20:14:57 +05:00
tasks.py
fix(tasks): include creation time in SMS notification for expired topups
🐛
2025-07-05 16:30:11 +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(billing): Add delete functionality for topups and update creation logic with expiration time
✨
2025-07-04 20:14:37 +05:00
views.py
fix(views): format topup amount to two decimal places in VerifyTopupPaymentAPIView
🐛
2025-07-05 17:16:00 +05:00