Restore old id on bills
This commit is contained in:
parent
e8c387aa02
commit
7d4b27a704
2 changed files with 5 additions and 4 deletions
|
|
@ -61,4 +61,4 @@ class Freemobile(LoginBrowser):
|
|||
return self.detailspage.stay_or_go().get_details(subscription)
|
||||
|
||||
def iter_bills(self, subscription):
|
||||
return self.detailspage.stay_or_go().date_bills(subscription)
|
||||
return self.detailspage.stay_or_go().date_bills(subid=subscription.id)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue