cfmgrv4 init...4

This commit is contained in:
최준흠 2024-11-18 14:21:59 +09:00
parent 0702807666
commit 0178a6edc5

View File

@ -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);