cfmgrv4 init...4
This commit is contained in:
parent
0702807666
commit
0178a6edc5
@ -160,7 +160,7 @@ class ZoneService extends CloudflareService
|
|||||||
}
|
}
|
||||||
public function expire(AccountEntity $parent_entity, ZoneEntity $entity): ZoneEntity
|
public function expire(AccountEntity $parent_entity, ZoneEntity $entity): ZoneEntity
|
||||||
{
|
{
|
||||||
$endpoint = "accounts/{$parent_entity->getPK()}/registrar/domains/{$entity->getTitle()}";
|
$endpoint = "accounts/{$entity->getParent()}/registrar/domains/{$entity->getTitle()}";
|
||||||
log_message("debug", $endpoint);
|
log_message("debug", $endpoint);
|
||||||
$this->setParentEntity($parent_entity);
|
$this->setParentEntity($parent_entity);
|
||||||
$response = $this->getMySocket()->get($endpoint);
|
$response = $this->getMySocket()->get($endpoint);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user