Add balance command to leclercmobile
This commit is contained in:
parent
757167a6eb
commit
681b83e4b3
4 changed files with 20 additions and 1 deletions
|
|
@ -96,3 +96,7 @@ class LeclercMobileBackend(BaseBackend, ICapBill):
|
|||
|
||||
with self.browser:
|
||||
return self.browser.readurl(bill._url)
|
||||
|
||||
def get_balance(self, subscription):
|
||||
with self.browser:
|
||||
return self.browser.get_balance()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue