schon/core/data/payment_methods.json
Egor fureunoir Gorbunov 76d490f2e2 Refactor translation command and improve order model.
Enhanced the `deepl_translate` management command with improved placeholder handling, error messages, and support for missing translations. Added `human_readable_id` and `is_business` attributes to the `Order` model, updating associated admin configurations to reflect these changes.
2025-05-06 03:28:06 +03:00

7 lines
No EOL
65 B
JSON

{
"payment_methods": [
"CASH",
"CARD",
"WIRE"
]
}