mirror of
https://github.com/Karaka-Management/oms-Balance.git
synced 2026-02-15 22:58:41 +00:00
more code fixes
This commit is contained in:
parent
822f849d5d
commit
d2d76821f9
|
|
@ -153,7 +153,7 @@ final class Installer extends InstallerAbstract
|
||||||
}
|
}
|
||||||
|
|
||||||
$module->apiBalanceElementCreate($request, $response);
|
$module->apiBalanceElementCreate($request, $response);
|
||||||
$responseData = $response->getData('');
|
$responseData = $response->getDataArray('');
|
||||||
|
|
||||||
$balanceElement = \is_array($responseData['response'])
|
$balanceElement = \is_array($responseData['response'])
|
||||||
? $responseData['response']
|
? $responseData['response']
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user