<?xml version="1.0"?>
<?xml-stylesheet 
 href="http://www.w3.org/2000/08/w3c-synd/style.css" type="text/css"
?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel rdf:about="http://pear.php.net/bugs/5140/bug">
    <title>PEAR Bug #5140</title>
    <link>http://pear.php.net/bugs/5140</link>
    <description>[Open] Abstract isLegitimate returns wrong message</description>
    <dc:language>en-us</dc:language>
    <dc:creator>pear-webmaster@lists.php.net</dc:creator>
    <dc:publisher>pear-webmaster@lists.php.net</dc:publisher>
    <admin:generatorAgent rdf:resource="http://pear.php.net/bugs"/>
    <sy:updatePeriod>hourly</sy:updatePeriod>
    <sy:updateFrequency>1</sy:updateFrequency>
    <sy:updateBase>2000-01-01T12:00+00:00</sy:updateBase>
    <items>
     <rdf:Seq>
      <rdf:li rdf:resource="http://pear.php.net/bugs/5140"/>
     </rdf:Seq>
    </items>
  </channel>
    <item rdf:about="http://pear.php.net/bugs/5140">
      <title>scott@... [2005-08-18 11:12:28]</title>
      <link>http://pear.php.net/bugs/5140</link>
      <description><![CDATA[<pre>Payment_Process Bug
Reported by scott@...
2005-08-18T15:12:28-00:00
PHP: 5.0.3 OS: N/A Package Version: 

Description:
------------
Payment_Process_Result::isLegitimate() returns an error that says &quot;parse() not implemented&quot;. This is a minor issue but rather confusing when trying to write and test new drivers.

Actually, parseCallback() has the same problem.

Test script:
---------------
// Should be...
function isLegitimate()
{
    return PEAR::raiseError('isLegitimate() not implemented', PAYMENT_PROCESS_ERROR_NOTIMPLEMENTED);
}

Expected result:
----------------
isLegitimate() not implemented

Actual result:
--------------
parse() not implemented</pre>]]></description>
      <content:encoded><![CDATA[<pre>Payment_Process Bug
Reported by scott@...
2005-08-18T15:12:28-00:00
PHP: 5.0.3 OS: N/A Package Version: 

Description:
------------
Payment_Process_Result::isLegitimate() returns an error that says &quot;parse() not implemented&quot;. This is a minor issue but rather confusing when trying to write and test new drivers.

Actually, parseCallback() has the same problem.

Test script:
---------------
// Should be...
function isLegitimate()
{
    return PEAR::raiseError('isLegitimate() not implemented', PAYMENT_PROCESS_ERROR_NOTIMPLEMENTED);
}

Expected result:
----------------
isLegitimate() not implemented

Actual result:
--------------
parse() not implemented</pre>]]></content:encoded>
      <dc:date>2005-08-18T15:12:28-00:00</dc:date>
    </item>
</rdf:RDF>