schon/payments
Egor fureunoir Gorbunov 3b7c405e84 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;
Fixes: 1) Add missing Gateway import in forms and admin modules; 2) Correct maximum lengths for currency fields in the Gateway model;

Extra: 1) Refactor README for clarity and conciseness; 2) Adjust formatting in `core/sitemaps.py` for readability.
2025-10-21 12:23:02 +03:00
..
docs Initial Commit 2025-04-29 22:40:30 +03:00
gateways Features: 3.1.0 2025-10-14 16:46:09 +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) RUFFVCKED 2025-07-03 02:53:01 +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) 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
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 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
serializers.py Features: 3.1.0 2025-10-14 16:46:09 +03:00
signals.py Features: 3.1.0 2025-10-14 16:46:09 +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