Capability changes
This commit is contained in:
parent
af7e827856
commit
2fbb21db97
1 changed files with 4 additions and 1 deletions
|
|
@ -66,7 +66,10 @@ class FreeMobileBackend(BaseBackend, ICapBill):
|
|||
def iter_history(self, subscription):
|
||||
raise NotImplementedError()
|
||||
|
||||
def get_pdf(self, account):
|
||||
def get_get_bill(self, subscription, id):
|
||||
raise NotImplementedError()
|
||||
|
||||
def iter_bill(self, subscription):
|
||||
raise NotImplementedError()
|
||||
|
||||
# The subscription is actually useless, but maybe for the futur...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue