@@ -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 = ""
|
||||
|
||||
Reference in New Issue
Block a user