X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=Changes;h=f9510569879cf51250d16f65847ef6a53781e177;hb=ac87a6d1b67c9f274900945b80d1abda7ba2031f;hp=3cc52ee2003a42a1b22ca233e932dc9d17fc9a50;hpb=0c7b01010edc4223bdf74649592731e8268e708c;p=Business-OnlinePayment-PayflowPro.git diff --git a/Changes b/Changes index 3cc52ee..f951056 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,22 @@ Revision history for Perl extension Business::OnlinePayment::PayflowPro. +0.05 Sat Dec 23 13:39:08 EST 2006 + [Changes by Phil Lobbes ] + - CPAN bug #13896 order_number() (which provides access to PNREF) + is not set when transaction fails [FIXED]. + - Remove AutoLoader/Exporter per Jo Rhett + - "use" (instead of "require") Business::OnlinePayment + - remove build_subs() and get_fields() (provided by B::OP) + - Fixed bug: VENDOR set to login instead of vendor + (will still use login if VENDOR is not set) + - minor cleanup remove commented out code, reformat docs a little + +0.04 Wed Oct 11 04:00:36 PDT 2006 + - Prevent unnecessary warnings when no AVS response elements are + received, patch from Michael Peters + - have tests work with environment variables + - forgot to increment the version number in 0.03 + 0.03 Tue Aug 2 17:56:11 PDT 2005 - Fix inadvertant clobbering of zip code, patch from , CPAN bug #13896