X-Git-Url: http://git.freeside.biz/gitweb/?p=Business-OnlinePayment-PayflowPro.git;a=blobdiff_plain;f=Changes;h=42bfd358118e002ba5169996ef229df280707e0d;hp=59c1f6d9f181e923286e845c3b6daa822d5f12f5;hb=a3f66409e2aba8df7b852bcb3358dde2b2589d1b;hpb=b07276604fe7412f98ad434dc7aef51b91a80b52 diff --git a/Changes b/Changes index 59c1f6d..42bfd35 100644 --- a/Changes +++ b/Changes @@ -1,11 +1,15 @@ Revision history for Perl extension Business::OnlinePayment::PayflowPro. 0.07 - [0.07_03 Tue Mar 13 18:26:12 EDT 2007] + [0.07_04 Tue Mar 13 18:26:12 EDT 2007] ivan + - ripped out a bunch of hastily-conceived ->param BS more appropriate + for implementation in a base class. Server names were incorrect. + Tests were broken. Very dissapointing. + [0.07_03 Tue Mar 13 18:26:12 EDT 2007] plobbes - 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] + [0.07_02 Tue Mar 13 12:32:57 EDT 2007] plobbes - 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) @@ -13,7 +17,7 @@ Revision history for Perl extension Business::OnlinePayment::PayflowPro. - 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] + [0.07_01 Mon Mar 12 01:56:58 EDT 2007] plobbes - rewrite/updates for new B::OP::PayflowPro using HTTP protocol - no longer using PFProAPI.pm (from Verisign/PayPal) - cert_path() is now deprecated