Skip to content

Commit

Permalink
Fixed a missed issue
Browse files Browse the repository at this point in the history
  • Loading branch information
getpinga committed Sep 23, 2024
1 parent c719d04 commit 046aef3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Registries/FiEpp.php
Original file line number Diff line number Diff line change
Expand Up @@ -1767,7 +1767,6 @@ public function domainTransfer($params = array())
<clTRID>{{ clTRID }}</clTRID>
</command>
</epp>');
}
$r = $this->writeRequest($xml);
$code = (int)$r->response->result->attributes()->code;
$msg = (string)$r->response->result->msg;
Expand Down

0 comments on commit 046aef3

Please sign in to comment.