fixes: work with iter_resource, and use ISO currency codes instead of symbols
This commit is contained in:
parent
583923622b
commit
9e227830bf
2 changed files with 9 additions and 1 deletions
|
|
@ -131,6 +131,6 @@ class Amazon(LoginBrowser):
|
|||
b.date = o.date
|
||||
b.price = o.total
|
||||
b.format = o._bill['format']
|
||||
b.currency = self.get_currency()
|
||||
b.currency = b.get_currency(self.get_currency())
|
||||
b.vat = o.tax
|
||||
yield b
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue