schon/payments
Egor fureunoir Gorbunov 33fbbc049a Features: 1) Register Gateway model in the admin interface;
Fixes: 1) Add missing `Gateway` import to `payments/admin.py`;

Extra: 1) No extra changes made;
2025-10-21 12:58:55 +03:00
..
docs Initial Commit 2025-04-29 22:40:30 +03:00
gateways Features: 1) None; 2025-10-21 12:36:53 +03:00
graphene Features: 3.1.0 2025-10-14 16:46:09 +03:00
locale Features: 3.1.0 2025-10-14 16:46:09 +03:00
migrations Features: 1) Add get_integration_class_object method to Transaction for dynamic gateway class instantiation; 2025-10-21 12:33:17 +03:00
static Features: 1) Add .gitkeep files for payments/static and blog/static directories to track empty folders; 2025-06-01 18:50:37 +03:00
templates Features: 1) Replace email templates' header image from favicon.png to logo.png; 2) Add Django facet configuration in .idea/evibes.iml; 2025-07-23 07:39:24 +03:00
utils Features: 1) Add get_gateways_integrations utility for payment gateway integrations; 2) Add get_vendors_integrations utility for vendor integrations; 3) Add version API endpoint to return eVibes version; 4) Implement __str__ method for AbstractVendor; 2025-10-15 14:25:10 +03:00
__init__.py Initial Commit 2025-04-29 22:40:30 +03:00
admin.py Features: 1) Register Gateway model in the admin interface; 2025-10-21 12:58:55 +03:00
apps.py Features: 3.1.0 2025-10-14 16:46:09 +03:00
choices.py Initial Commit 2025-04-29 22:40:30 +03:00
errors.py Initial Commit 2025-04-29 22:40:30 +03:00
forms.py Features: 1) Add GatewayForm to manage Gateway model; 2) Enhance GatewayAdmin with list display, search, and ordering; 3) Introduce integration_variables field in the Gateway model; 4) Expand support for currencies with symbols via CURRENCIES_WITH_SYMBOLS; 2025-10-21 12:23:02 +03:00
models.py Features: 1) Add get_integration_class_object method to Transaction for dynamic gateway class instantiation; 2025-10-21 12:33:17 +03:00
serializers.py Features: 3.1.0 2025-10-14 16:46:09 +03:00
signals.py Features: 1) None; 2025-10-21 12:36:53 +03:00
tests.py Features: 3.1.0 2025-10-14 16:46:09 +03:00
urls.py Features: 1) Add app_name attribute in multiple urls.py files across apps to support namespacing; 2025-06-29 20:03:33 +03:00
views.py Features: 3.1.0 2025-10-14 16:46:09 +03:00
viewsets.py Features: 3.1.0 2025-10-14 16:46:09 +03:00