Open GoogleCodeExporter opened 9 years ago
Issue 44 has been merged into this issue.
Original comment by koval...@gmail.com
on 19 Aug 2011 at 8:25
Guys, would any of you care to send me a working full API key? I don't any
account subscribed right now, so figuring out what's wrong is kinda difficult ;)
Original comment by koval...@gmail.com
on 19 Aug 2011 at 8:29
[deleted comment]
[deleted comment]
Simple solution...
if (defined($xml->result->transactions)) {
foreach ($xml->result->transactions->toArray() as $entry) {
$entry['accountKey'] = $accounKey;
$entry['entityID'] = $entityID;
$value = array();
foreach ($this->_fields as $field) {
$value[] = $dbo->quote($entry[$field]);
}
$values[] = '('.implode(',', $value).')';
}
}
Original comment by SerijVe...@gmail.com
on 31 Aug 2011 at 8:23
Original issue reported on code.google.com by
anton.sh...@gmail.com
on 28 Jul 2011 at 6:45