Capability changes

This commit is contained in:
Florent 2012-03-13 18:19:13 +01:00
commit 2fbb21db97

View file

@ -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...