Change capability to iter and download document

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

View file

@ -61,9 +61,11 @@ class ICapBill(ICapCollection):
def iter_history(self, subscription):
raise NotImplementedError()
# XXX : should be an other Cap ?
def get_pdf(self, subscription):
def get_bill(self, subscription, id):
raise NotImplementedError()
def iter_bill(self, subscription):
raise NotImplementedError()
def get_details(self, subscription):
raise NotImplementedError()