diff options
author | plobbes <plobbes> | 2006-12-23 19:10:34 +0000 |
---|---|---|
committer | plobbes <plobbes> | 2006-12-23 19:10:34 +0000 |
commit | 8fb5bbe5c828298732117d0597468cc46f4cfbf3 (patch) | |
tree | 49db3909cb0ef3f4f8ca313a15bc235053f48495 | |
parent | 4e8b625bd70a0a118bc0c2e329e1e9491a0171ca (diff) |
- CPAN bug #13896 order_number() not set when transaction fails
- Bug VENDOR set to 'login' not 'vendor'
-rw-r--r-- | Changes | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,5 +1,16 @@ Revision history for Perl extension Business::OnlinePayment::PayflowPro. +0.05 Sat Dec 23 13:39:08 EST 2006 + [Changes by Phil Lobbes <phil at perkpartners.com>] + - CPAN bug #13896 order_number() (which provides access to PNREF) + is not set when transaction fails [FIXED]. + - Remove AutoLoader/Exporter per Jo Rhett <jrhett at netconsonance.com> + - "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 <mpeters@plusthree.com> |