Добавлен провайдер доставки CSE: SOAP-адаптер (Calc + SaveDocuments), маршрутизация init-payment по провайдеру, обобщение tariff_code до строки, география CSE в cities_map
Deploy / deploy (push) Failing after 52s
Deploy / deploy (push) Failing after 52s
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
"""CSE delivery provider adapter."""
|
||||
|
||||
from app.adapters.delivery_providers.cse.client import (
|
||||
CSEClient,
|
||||
CSEClientError,
|
||||
CSEProvider,
|
||||
CSERequestError,
|
||||
)
|
||||
|
||||
__all__ = (
|
||||
"CSEClient",
|
||||
"CSEClientError",
|
||||
"CSEProvider",
|
||||
"CSERequestError",
|
||||
)
|
||||
Reference in New Issue
Block a user