Commit Mail #10341 (see: irc://irc.freenode.net/php.commits)
Received:from lists.php.net ([216.92.131.4] helo=pb1.pair.com) by iconoclast.caedmon.net with esmtp (Exim 3.35 #1 (Debian)) id 1Dqfdk-0006To-00 for <commitbot-pearcvs@phpdoc.info>; Thu, 07 Jul 2005 19:18:44 -0400
Received:from ([216.92.131.4:16381] helo=lists.php.net) by pb1.pair.com (ecelerity 1.2 r(5656M)) with SMTP id BB/6D-59389-558BDC24 for <commitbot-pearcvs@phpdoc.info>; Thu, 07 Jul 2005 19:18:45 -0400
Received:(qmail 14917 invoked by uid 1010); 7 Jul 2005 23:18:38 -0000
Received:(qmail 14910 invoked by uid 1010); 7 Jul 2005 23:18:37 -0000
X-Host-Fingerprint:216.92.131.4 lists.php.net
X-Host-Fingerprint:216.92.131.65 pb11.pair.com FreeBSD 4.6-4.9
Mailing-List:contact pear-cvs-help@lists.php.net; run by ezmlm
Precedence:bulk
list-help:<mailto:pear-cvs-help@lists.php.net>
list-unsubscribe:<mailto:pear-cvs-unsubscribe@lists.php.net>
list-post:<mailto:pear-cvs@lists.php.net>
Delivered-To:mailing list pear-cvs@lists.php.net
Delivered-To:ezmlm-scan-pear-cvs@lists.php.net
Delivered-To:ezmlm-pear-cvs@lists.php.net
From:"Joe Stump" <jstump@php.net>
To:pear-cvs@lists.php.net
Message-ID:<cvsjstump1120778315@cvsserver>
Date:Thu, 07 Jul 2005 23:18:35 -0000
Subject:[PEAR-CVS] cvs: pear /Payment_Process package.xml
jstump Thu Jul  7 19:18:35 2005 EDT

  Modified files:              
    /pear/Payment_Process package.xml 
  Log:
  - Updated changelog list
  
  
http://cvs.php.net/diff.php/pear/Payment_Process/package.xml?r1=1.25&r2=1.26&ty=u
Index: pear/Payment_Process/package.xml
diff -u pear/Payment_Process/package.xml:1.25 pear/Payment_Process/package.xml:1.26
--- pear/Payment_Process/package.xml:1.25 Thu Jul  7 17:52:09 2005
+++ pear/Payment_Process/package.xml Thu Jul  7 19:18:34 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Id: package.xml,v 1.25 2005/07/07 21:52:09 jstump Exp $ -->
+<!-- $Id: package.xml,v 1.26 2005/07/07 23:18:34 jstump Exp $ -->
 <package version="1.0">
     <name>Payment_Process</name>
     <summary>Unified payment processor</summary>
@@ -34,7 +34,12 @@
         <notes><![CDATA[
             * Closed bug #2896
             * Moved validation code in Payment_Process_Type_CreditCard to use the new Validate_Finance_CreditCard package (Bug #4765)
+            * Fixed field encapsulation in AuthorizeNet driver (Bug #2756)
+            * Fixed _prepareQueryString() in AuthorizeNet driver (Bug #3820)
+            * Fixed undefined index in Common.php (Bug #3821)
+            * Added _validateCvv() to Payment_Process_Type_CreditCard (Bug #3837)
             * Removed code that altered the URI in the AuthorizeNet driver (Bug #3820)
+            * Added Payment_Process::accept() and Payment_Process::log() to be a common logging interface for debugging/logging
             * Added a Bibit driver written by Robin Ericsson <lobbin@localhost.nu>
             * Remove 'Offline' driver, as it depended on Validate code which doesn't exist in any released version of the Validate package. Use the 'Dummy' driver for testing.
             * Fix typo in `RESULT_INVALID' constant declaration and use. (Bug #3919)

-- 
PEAR CVS Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php