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-08 00:36:31 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
cdfa2d91924b648125438045c8bfeb68da505bb2
sarlink-portal-api
/
billing
History
i701
cdfa2d9192
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push)
Successful in 3m7s
Details
feat(payment): add expiration time for payments to enhance payment validity tracking
✨
2025-07-06 22:04:37 +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
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
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): add expiration time for payments to enhance payment validity tracking
✨
2025-07-06 22:04:37 +05:00