Updated Change file to show changes to .62 version
This commit is contained in:
parent
63c5cfa216
commit
a43cf01976
1 changed files with 4 additions and 3 deletions
7
Changes
7
Changes
|
@ -1,15 +1,16 @@
|
||||||
Revision history for Perl extension Business::PayPal::API.
|
Revision history for Perl extension Business::PayPal::API.
|
||||||
Release 0.68 - First hembreed release
|
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
|
- API.pm
|
||||||
1. Changed eq 'Success' to =~ /Success/ to accomodate variations introduced
|
1. Changed eq 'Success' to =~ /Success/ to accomodate variations introduced
|
||||||
by PayPal.
|
by PayPal.
|
||||||
2. Changed test for duplicates to test for defined variable first. This
|
2. Changed test for duplicates to test for defined variable first. This
|
||||||
was causing errors in 5.10+ perl versions.
|
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
|
Release 0.62 - last scottw release
|
||||||
----------------------------
|
----------------------------
|
||||||
|
|
Loading…
Reference in a new issue