fix parent + url (4)
This commit is contained in:
parent
4274171909
commit
0ce093589b
@ -238,7 +238,7 @@ class Customer(APIObject):
|
|||||||
yield PhoneNumber(self._api, data=c)
|
yield PhoneNumber(self._api, data=c)
|
||||||
|
|
||||||
def calls(self, params=None):
|
def calls(self, params=None):
|
||||||
for c in self._api.getMany(Call.makeUrl(parent=self, params=params, pageSize=100):
|
for c in self._api.getMany(Call.makeUrl(parent=self, params=params, pageSize=100)):
|
||||||
yield Call(self._api, data=c)
|
yield Call(self._api, data=c)
|
||||||
|
|
||||||
def callbundles(self):
|
def callbundles(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user