X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=Changes;h=59c1f6d9f181e923286e845c3b6daa822d5f12f5;hb=b07276604fe7412f98ad434dc7aef51b91a80b52;hp=db329c26f78718e5a462fa002c24256769116d68;hpb=9627a4bc6376ca024e27e6d37b3a301f63fd0eed;p=Business-OnlinePayment-PayflowPro.git diff --git a/Changes b/Changes index db329c2..59c1f6d 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,48 @@ Revision history for Perl extension Business::OnlinePayment::PayflowPro. +0.07 + [0.07_03 Tue Mar 13 18:26:12 EDT 2007] + - add "shortcut" param 'client_certification_id' (can be + passed as an argument for B::OP->new() which will set the + X-VPS-VIT-CLIENT-CERTIFICATION-ID header + [0.07_02 Tue Mar 13 12:32:57 EDT 2007] + - made generic method for deprecating cert_path, etc. + - doc'd vendor() and partner() as deprecated but will not put + out warnings on those (B::OP new() behavior would make this annoying) + - shortened code for the custom methods (we are not using build_subs()) + - use path() again as "/commit" is not needed/used by PayflowPro HTTPS + - removed code in submit() related to "/commit" + - set param("test_server") so the test server name can be changed + [0.07_01 Mon Mar 12 01:56:58 EDT 2007] + - rewrite/updates for new B::OP::PayflowPro using HTTP protocol + - no longer using PFProAPI.pm (from Verisign/PayPal) + - cert_path() is now deprecated + - rewrite/updates for new B::OP::PayflowPro using HTTP protocol + - no longer use PFProAPI.pm from Verisign/PayPal + - now using name-value pair transactions + - require: CGI to parse name-value pair responses from server + - require: Digest::MD5 to generate (hopefully) unique + request_id which is required by PayflowPro HTTP protocol + - new methods: request_id(), param(), debug(), expdate_mmyy() + - renamed internal methods to start with an underscore + - removed unused remap_fields() method + - if unable to parse expiration given in %content no longer croak, + but let PayflowPro servers attempt to deal with the value as-is + - submit() now two phased per PFP HTTP protocol + - X-VPS-VIT-CLIENT-CERTIFICATION-ID is required (supposedly + this is a temporary requirement from PayPal) + - request_id() method will generate a hopefully unique id using + Digest::MD5 for use in the X-VPS-REQUEST-ID HTTP header. A + 'request_id' key may be passed in %content to specify an ID + - path() is not used as the PFP HTTP protocol uses two + different URLs (step 1) /transaction, (step 2) /commit + - patches to B::OP::HTTPS were required to support needed + functionality + - debug() sets $Business::OnlinePayment::HTTPS::DEBUG for debugging + +0.06 Thu Mar 1 10:01:33 EST 2007 + - zip now allows alphanumerics for non-US zips + 0.05 Mon Jan 22 00:58:04 EST 2007 [Jan 22 2007 by Phil Lobbes ] - Test cases: new tests and cleanup of existing tests