Small fix in domain transfer automation

This commit is contained in:
Pinga 2024-03-05 17:01:06 +02:00
parent 20565df739
commit 67f0e3e353

View file

@ -29,6 +29,7 @@ try {
$date_add = 0;
$price = 0;
$domain_id = $id;
[$registrar_balance, $creditLimit] = $dbh->query("SELECT accountBalance,creditLimit FROM registrar WHERE id = '$reid' LIMIT 1")->fetch(PDO::FETCH_NUM);