@@ -48,7 +48,7 @@ |
||
| 48 | 48 | $this->AccountInfo = $this->createElement('AccountInfo'); |
| 49 | 49 | $this->Response->appendChild($this->AccountInfo); |
| 50 | 50 | |
| 51 | - foreach($accountinfo as $parameter=>$value) |
|
| 51 | + foreach ($accountinfo as $parameter=>$value) |
|
| 52 | 52 | { |
| 53 | 53 | $this->AccountInfo->appendChild($this->createElement($parameter, $value)); |
| 54 | 54 | } |