Add history of calls on freemobile module
This commit is contained in:
parent
0238392059
commit
5fac5421eb
4 changed files with 39 additions and 14 deletions
|
|
@ -64,7 +64,9 @@ class FreeMobileBackend(BaseBackend, ICapBill):
|
|||
raise SubscriptionNotFound()
|
||||
|
||||
def iter_history(self, subscription):
|
||||
raise NotImplementedError()
|
||||
with self.browser:
|
||||
for history in self.browser.get_history():
|
||||
yield history
|
||||
|
||||
def get_get_bill(self, subscription, id):
|
||||
raise NotImplementedError()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue