schon/payments
Egor fureunoir Gorbunov e49c942a1b Features: 1) Add detailed in-line comments with type ignore for improved debugging and maintainability; 2) Update I18N strings and translation placeholders across locales; 3) Introduce "address set" as a translatable object;
Fixes: 1) Resolve malformed phone number error message format; 2) Fix minor grammatical issues in message strings; 3) Align POT-Creation-Date metadata in locale files;

Extra: Enhance formatting consistency in documentation and translations; Remove obsolete translation strings.
2025-07-14 16:22:19 +03:00
..
docs Initial Commit 2025-04-29 22:40:30 +03:00
gateways Features: 1) Add AbstractGateway base class with process_transaction and process_callback methods. 2025-06-22 20:26:51 +03:00
graphene Features: 1) RUFFVCKED 2025-07-03 02:53:01 +03:00
locale Features: 1) Add detailed in-line comments with type ignore for improved debugging and maintainability; 2) Update I18N strings and translation placeholders across locales; 3) Introduce "address set" as a translatable object; 2025-07-14 16:22:19 +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) RUFFVCKED 2025-07-03 02:53:01 +03:00
utils Features: 1) RUFFVCKED 2025-07-03 02:53:01 +03:00
__init__.py Initial Commit 2025-04-29 22:40:30 +03:00
admin.py Features: 1) Add "modified" and "created" fields to TransactionAdmin list display; 2025-07-06 17:53:58 +03:00
apps.py Features: None; 2025-06-21 19:19: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 Initial Commit 2025-04-29 22:40:30 +03:00
models.py Features: 1) RUFFVCKED 2025-07-03 02:53:01 +03:00
serializers.py Features: 1) RUFFVCKED 2025-07-03 02:53:01 +03:00
signals.py Features: 1) Switch transaction signal from pre_save to post_save for processing changes; 2) Add created parameter handling for improved transaction processing logic; 2025-07-06 23:30:06 +03:00
tests.py Features: 1) Add type annotations for various models and methods; 2) Introduce refined graphene resolvers to enhance permission handling; 3) Include type checking suppression with # type: ignore for unsupported cases. 2025-06-18 16:38:07 +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: 1) Add validation for empty attributes in Order model; 2) Introduce final_amount retrieval for streamlined promocode application. 2025-07-08 14:56:38 +03:00
viewsets.py Features: 1) RUFFVCKED 2025-07-03 15:00:18 +03:00