Business-PayPal-API
view release on metacpan or search on metacpan
add AddressStatus element (patch: Michael Hendricks)
0.50 2007-05-21
- minor doc changes
- new Mass Pay API module included
0.41 2007-05-15
- some minor documentation additions
0.40 2006-10-06
- version bump
- using PayPal API version 2.0
- note about SSL requirements of LWP
- minor documentation cleanup
- DirectPayments tests added
- New modules (with tests!) from Danny Hembree:
AuthorizationRequest.pm
CaptureRequest.pm
ReauthorizationRequest.pm
VoidRequest.pm
- add acknowledgement and pointers to example code from
Andy Spiegl and others
0.33 2006-07-05
- fix documentation regarding SetExpressCheckout (returns a hash, not
a scalar). If you were following the code in the SYNOPSIS for
ExpressCheckout and getting a token with '3/8' or '4/8', you should
change the $token to %response, since SetExpressCheckout() returns a
hash (big thanks to Andy Spiegl for finding this).
0.32 2006-07-03
- acknowledgements section
- fix for 3-token auth
0.31 2006-06-28
- fix StateOrProvince typo [rt.cpan.org #20176]
0.30 2006-04-18
- added DirectPayments API by Daniel Hembree. Thanks Daniel!
0.23 2006-04-04
- typo fix
- wrap soap call in eval for safety
(if ssl neg. fails w/ paypal, it croaks)
- version bump
0.22 2006-03-28
- documentation updates
0.21 2006-03-24
- fix fault printing
- fix getFieldsList record population
0.20 2006-03-23
- allow subclass methods to be imported into API.pm namespace
- add GetTransactionDetails API
- add TransactionSearch API
- getFieldList() for API.pm
- minor debugging changes
- documentation update for developers
- note about using IO::Socket::SSL (don't)
- initial checkin of API and subclasses
- all tests working, documentation done
- moved from Business::PayPal::WPP::ExpressCheckout
- uses API.pm for authorization/authentication and other common functions
( run in 1.837 second using v1.01-cache-2.11-cpan-39bf76dae61 )