fix ксе tariffs
Deploy / deploy (push) Successful in 57s

This commit is contained in:
Раис Юсупалиев
2026-06-27 17:34:06 +03:00
parent e4d9b581a6
commit 4262b8a200
8 changed files with 207 additions and 34 deletions
+4
View File
@@ -56,6 +56,10 @@ class CSEDeliveryProviderConfig(DeliveryProviderBaseConfig):
base_url: str = "https://web.cse.ru/1c/ws/Web1C.1cws"
login: str = ""
password: str = ""
# CSE service GUIDs from GetReferenceData: Services that are allowed to be
# shown as delivery tariffs. Additional/non-delivery services must not be
# included here.
delivery_service_guids: list[str] = Field(default_factory=list)
# Contract-specific required parameters for SaveDocuments (order registration).
# Urgency is not here: it comes from the tariff selected by the client.
payer: str = ""