RomkaLTU
$data = [
'javaSecurityToken' => '',
'merchantDetails' => ['merchantIdentification' => 99597368]
];
foreach($data['merchantDetails'] as $item) {
echo $item['merchantIdentification'];
}
[43mPHP Warning: Trying to access array offset on value of type int in phar:///Applications/Tinkerwell.app/Contents/Resources/tinkerwell/tinker.phar/index.php(206) : eval()'d code on line 3[49m