Updated Change file to show changes to .62 version

This commit is contained in:
Danny Hembree 2009-12-07 01:17:52 -08:00
parent 63c5cfa216
commit a43cf01976

View file

@ -1,15 +1,16 @@
Revision history for Perl extension Business::PayPal::API.
Release 0.68 - First hembreed release
-------------------------------------
I've moved the module's scm to http://github.com/hembreed/Business-PayPal-API so others may share my pain. The tar ball at CPAN will be updated from there.
I've moved the module's scm to http://github.com/hembreed/Business-PayPal-API so others may share my pain. CPAN will be updated from there.
- API.pm
1. Changed eq 'Success' to =~ /Success/ to accomodate variations introduced
by PayPal.
2. Changed test for duplicates to test for defined variable first. This
was causing errors in 5.10+ perl versions.
-t/*t Changed test for Success in all test modules as above
-t/RecurringPayments Corrected errors in type definitions and testing. Needs more work.
-TransactionSearch Corrected test instructions and code to allow transaction searches using the transactionID. This works for some types of transactions but not others as per PayPal. It is the only way to get MassPayment information.
Release 0.62 - last scottw release
----------------------------