paypal_fx

fx = PaypalFx.new(user_id: 'user',
                  password: 'password',
                  signature: 'sign',
                  app_id: 'appid',
                  test: true)
puts   fx.convert "1.0","USD", "MXN"

Contributing to paypal_fx

Copyright © 2012 Jonathan Garay. See LICENSE.txt for further details.