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
|
|
@ -62,7 +62,7 @@ class FreeMobileBackend(BaseBackend, ICapBill):
|
|||
else:
|
||||
raise SubscriptionNotFound()
|
||||
|
||||
def iter_history(self, subscription):
|
||||
def iter_bills_history(self, subscription):
|
||||
if not isinstance(subscription, Subscription):
|
||||
subscription = self.get_subscription(subscription)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue