Major refactor of commerce models: restructured Carrier, Payment, and DiscountCode models, improved order total calculation, and integrated Zasilkovna and Stripe logic. Added new configuration Django app for shop settings, updated Zasilkovna and Stripe models, and fixed Zasilkovna client WSDL URL. Removed unused serializers and views in commerce, and registered new apps in settings.
8 lines
194 B
Python
8 lines
194 B
Python
#views.py
|
|
|
|
"""
|
|
TODO: OBJEDNAVANÍ SE VYVOLÁVA V CARRIER V COMMERCE.MODELS.PY
|
|
získaní labelu,
|
|
info o kurýrovi, vracení balíku,
|
|
vytvoření hromadné expedice
|
|
""" |