Rename iter_history of ICapBill to iter_bills_history
This commit is contained in:
parent
53caf6399c
commit
5809f1112a
6 changed files with 6 additions and 6 deletions
|
|
@ -133,7 +133,7 @@ class Boobill(ReplApplication):
|
|||
Get the history of subscriptions.
|
||||
If no ID given, display histories of all backends
|
||||
"""
|
||||
self.exec_method(id, 'iter_history')
|
||||
self.exec_method(id, 'iter_bills_history')
|
||||
|
||||
def do_bills(self, id):
|
||||
"""
|
||||
|
|
|
|||
|
|
@ -99,7 +99,7 @@ class ICapBill(ICapCollection):
|
|||
"""
|
||||
raise NotImplementedError()
|
||||
|
||||
def iter_history(self, subscription):
|
||||
def iter_bills_history(self, subscription):
|
||||
"""
|
||||
Iter history of a subscription.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue