Fix getting all profit variables

This commit is contained in:
2023-03-11 11:45:24 +00:00
parent 1c0cbba855
commit be9f9e7363
3 changed files with 167 additions and 160 deletions

View File

@@ -22,8 +22,10 @@ class ContactData(BaseModel):
buyer: ContactDataBuyerSeller
seller: ContactDataBuyerSeller
amount: str
amount_xmr: str
fee_xmr: str
amount_xmr: str | None
fee_xmr: str | None
amount_btc: str | None
fee_btc: str | None
advertisement: ContactDataAd
contact_id: str
currency: str