Update gateway_copy.php
This commit is contained in:
parent
57b054c722
commit
8cc4c910f1
|
|
@ -55,6 +55,7 @@
|
|||
$prep_statement->execute();
|
||||
$gateways = $prep_statement->fetchAll(PDO::FETCH_NAMED);
|
||||
foreach ($gateways as &$row) {
|
||||
$domain_uuid = $row["domain_uuid"];
|
||||
$gateway = $row["gateway"];
|
||||
$username = $row["username"];
|
||||
$password = $row["password"];
|
||||
|
|
|
|||
Loading…
Reference in New Issue