This commit is contained in:
dni ⚡ 2024-09-30 07:33:57 +02:00 committed by Vlad Stan
parent 6e3455d07a
commit 6f10b21016

View File

@ -275,13 +275,7 @@ class CreatePayment(BaseModel):
fee: int = 0
# class Extra(BaseModel):
# _raw_json: str
# @property
# def _json(self):
# return json.loads(self._raw_json)
# TODO: thanks about paymeny extra
# class PaymentExtra(Extra):
# tag: Optional[str] = None
# def __getitem__(self, key):