fix kevacoin-php api

This commit is contained in:
ghost 2023-12-05 04:25:19 +02:00
parent fb9de3cf1b
commit 060170c2fa

View File

@ -72,9 +72,9 @@ class ModuleController extends AbstractController
// Get wallet namespaces (to enable post module there) // Get wallet namespaces (to enable post module there)
$namespaces = []; $namespaces = [];
foreach ((array) $client->kevaListNamespaces() as $key => $value) foreach ((array) $client->kevaListNamespaces() as $value)
{ {
$namespaces[] = $key; $namespaces[] = $value['namespaceId'];
} }
return $this->render( return $this->render(