This website requires JavaScript.
Explore
Help
Sign In
sarlink
/
sarlinkportal-api
Watch
0
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
09591bf825453df067ead405e28ef39abc474d05
sarlinkportal-api
/
billing
T
History
i701
09591bf825
Update VerifyPaymentView to mark payment as paid and set payment method upon successful transfer
2025-05-30 22:36:59 +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
Update VerifyPaymentView to mark payment as paid and set payment method upon successful transfer
2025-05-30 22:36:59 +05:00