Skip to content

Commit 6e58a82

Browse files
jogobenyjcoelho93
authored andcommitted
Fix 'transaction_list'
1 parent 269a016 commit 6e58a82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

trading212/models.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ class Report(BaseModel):
277277

278278

279279
class Transaction(BaseModel):
280-
amount: int
280+
amount: float
281281
dateTime: datetime
282282
reference: str
283283
type: str

0 commit comments

Comments
 (0)