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-07-19 19:19:57 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
d0a8408121036131ec8ab06934574bcef7e0c83d
sarlink-portal-api
/
billing
T
History
i701
d0a8408121
Build and Push Docker Images / Build and Push Docker Images (push)
Successful in 5m57s
Details
feat(payment): update periodic task to run every minute and improve SMS notification handling for expired topups
✨
2025-07-08 16:00:30 +05:00
..
management
/commands
feat(commands): add random status assignment for seeded topups
✨
2025-07-05 17:37:17 +05:00
migrations
feat(payment): add status field and is_expired property to Payment model for enhanced payment tracking
✨
2025-07-06 21:22:56 +05:00
__init__.py
Initial commit
2025-01-20 14:33:03 +05:00
admin.py
feat(admin): add is_expired field to PaymentAdmin for better payment visibility
✨
2025-07-06 21:23:12 +05:00
apps.py
Initial commit
2025-01-20 14:33:03 +05:00
filters.py
feat(payment): add is_expired filter and serializer method for payment expiration tracking
✨
2025-07-06 21:23:56 +05:00
models.py
feat(payment): add status field and is_expired property to Payment model for enhanced payment tracking
✨
2025-07-06 21:22:56 +05:00
serializers.py
feat(payment): add is_expired filter and serializer method for payment expiration tracking
✨
2025-07-06 21:23:56 +05:00
tasks.py
feat(payment): update periodic task to run every minute and improve SMS notification handling for expired topups
✨
2025-07-08 16:00:30 +05:00
tests.py
test(payment): add PaymentTests for canceling payments functionality
✅
2025-07-06 21:23:35 +05:00
urls.py
chore(payment): replace DeletePaymentView with CancelPaymentView in payment URLs
🔧
2025-07-06 21:24:39 +05:00
views.py
feat(payment): update payment status to "PAID" upon verification
✨
2025-07-06 22:53:02 +05:00