fix async bug with cards
This commit is contained in:
parent
4113d3406a
commit
08e6aff39f
1 changed files with 3 additions and 0 deletions
|
|
@ -251,6 +251,9 @@ class AccountHistoryPage(LoggedPage, HTMLPage):
|
||||||
|
|
||||||
class CBHistoryPage(AccountHistoryPage):
|
class CBHistoryPage(AccountHistoryPage):
|
||||||
def get_operations(self):
|
def get_operations(self):
|
||||||
|
def validate(self, obj):
|
||||||
|
return True
|
||||||
|
self._get_operations.item.validate = validate
|
||||||
for tr in AccountHistoryPage.get_operations(self):
|
for tr in AccountHistoryPage.get_operations(self):
|
||||||
tr.type = tr.TYPE_CARD
|
tr.type = tr.TYPE_CARD
|
||||||
yield tr
|
yield tr
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue