kassa work correct
This commit is contained in:
@ -207,6 +207,13 @@ class Sell(BaseModel):
|
||||
class Config:
|
||||
arbitrary_types_allowed = True
|
||||
|
||||
class AtolSell(BaseModel):
|
||||
uuid: str
|
||||
timestamp: str
|
||||
status: Optional[str] = None
|
||||
error: Error = None
|
||||
class Config:
|
||||
orm_mode = True
|
||||
|
||||
class SellCreate(Sell):
|
||||
is_refund: bool
|
||||
|
Reference in New Issue
Block a user