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-10 19:13:54 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
b8d9f5cf87286267e13e06f7e1bd5016472b2bc7
sarlink-portal-api
/
billing
T
History
i701
b8d9f5cf87
Build and Push Docker Images / Build and Push Docker Images (push)
Successful in 2m23s
Details
Refactor VerifyPaymentView to include checks for payment status and user authorization. Update logging level in settings.py to suppress certain logs during testing. Add comprehensive tests for device management in DeviceAPITestCase.
2025-04-11 17:06:28 +05:00
..
migrations
Add wallet balance to User model and implement Atoll/Island management
2025-01-20 20:59:16 +05:00
__init__.py
Initial commit
2025-01-20 14:33:03 +05:00
admin.py
Add wallet balance to User model and implement Atoll/Island management
2025-01-20 20:59:16 +05:00
apps.py
Initial commit
2025-01-20 14:33:03 +05:00
models.py
Add wallet balance to User model and implement Atoll/Island management
2025-01-20 20:59:16 +05:00
serializers.py
Refactor UpdatePaymentSerializer to include only number_of_months field, add DeletePaymentView for payment deletion, and enhance VerifyPaymentView with payment_id lookup. Introduce pending_payment_id field in DeviceSerializer to track unpaid payments.
2025-04-08 21:38:43 +05:00
tests.py
Initial commit
2025-01-20 14:33:03 +05:00
urls.py
Refactor UpdatePaymentSerializer to include only number_of_months field, add DeletePaymentView for payment deletion, and enhance VerifyPaymentView with payment_id lookup. Introduce pending_payment_id field in DeviceSerializer to track unpaid payments.
2025-04-08 21:38:43 +05:00
views.py
Refactor VerifyPaymentView to include checks for payment status and user authorization. Update logging level in settings.py to suppress certain logs during testing. Add comprehensive tests for device management in DeviceAPITestCase.
2025-04-11 17:06:28 +05:00