No commit activity in last 3 years
No release in over 3 years
ruby-paypal-extended is a Ruby library for interacting with PayPal via the NVP (Name Value Pair) REST interface.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme
== PayPal Ruby SDK - Extended ==

This is an extension of the Ruby SDK provided by PayPal.  The intention is to 
make some of the function calls a little more object oriented, and a little
less hash based.

This will also be packaged as a gem instead of a Rails plugin (buried inside
a Rails project...)

== Testing ==
There is minimal testing of the basic API functionality, because it came
pre-written from PayPal, and I'm going to assume that PayPal put it together
correctly.

For new code (and refactoring) there are tests in the /test directory.  To run
them, use rake:
rake test