/
githubmirror
/
edx-platform
ОбзорДокументацияВойти
/
githubmirror
/
edx-platform
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
edx-platform/
.../djangoapps/commerce/
..
api

fix: commerce and enrollment error handling and ux (#36612)

год назад
management

fix: in django42 QuerySet.update_or_create() save only fields passed … (#33174)

3 года назад
migrations

refactor: ran pyupgrade on lms/djangoapps/commerce (#26734)

5 лет назад
tests

Revert "Merge ulmo.1 into release-ulmo"

3 месяца назад
README.rst

fix: fix github url strings (org edx -> openedx)

4 года назад
__init__.py

Add commerce AppConfig and use to register signals. Move imports. Add explicit 'lms.djangoapps' prefix to all commerce imports, as another commerce Django app exists at openedx.core.djangoapps.commerce

9 лет назад
admin.py

Fix all E303 pep8 errors.

7 лет назад
apps.py

remove useless-supression warnings

6 лет назад
constants.py

refactor: ran pyupgrade on lms/djangoapps/commerce (#26734)

5 лет назад
exceptions.py

Applied pylint-amnesty to commerce

6 лет назад
http.py

refactor: ran pyupgrade on lms/djangoapps/commerce (#26734)

5 лет назад
models.py

feat: Django codemods on LMS (1) (#28851)

5 лет назад
signals.py

fix: adding additional logging to commerce handle_refund_order

2 года назад
utils.py

SONIC-917: Added pluggable_override on ``get_program_price_info`` util (#36382)

год назад
README.rst
Status: Maintenance
 
Responsibilities
================
The Commerce app is an older implementation of e-commerce related functionality.
 
Direction: Deprecate
====================
This app is replaced by functionality in the `ecommerce service`_. New functionality should not be added here. Effort is needed to determine who the existing clients are so they can be updated and this app can be removed. This app is in a similar situation to the ```lms/djangoapps/shoppingcart``` app.
 
.. _ecommerce service: https://github.com/openedx/ecommerce
 
Glossary
========
 
More Documentation
==================