This commit is contained in:
+1
-1
@@ -54,10 +54,10 @@ class AdapterConfig(BaseModel):
|
||||
cse_timeout_seconds: float = Field(default=10.0, gt=0)
|
||||
cse_cache_ttl_seconds: int = Field(default=900, gt=0)
|
||||
# Contract-specific required parameters for SaveDocuments (order registration).
|
||||
# Urgency is not here: it comes from the tariff selected by the client.
|
||||
cse_payer: str = ""
|
||||
cse_payment_method: str = ""
|
||||
cse_shipping_method: str = ""
|
||||
cse_urgency: str = ""
|
||||
|
||||
|
||||
class TBankPaymentAuthConfig(BaseModel):
|
||||
|
||||
Reference in New Issue
Block a user