AAAAhome/academiac/www/plugins/vmpayment/sofort/sofort/library/sofortLib_ideal_banks.inc.php000060400000003066151376506740025763 0ustar00_banks; } /** * Parse the xml (override) * (non-PHPdoc) * @see SofortLib_Abstract::_parseXml() */ protected function _parseXml() { if (isset($this->_response['ideal']['banks']['bank'][0]['code']['@data'])) { foreach($this->_response['ideal']['banks']['bank'] as $key => $bank) { $this->_banks[$key]['code'] = $bank['code']['@data']; $this->_banks[$key]['name'] = $bank['name']['@data']; } } } } ?>