Skip to content

Instantly share code, notes, and snippets.

@rromanchuk
Created May 18, 2011 22:13
Show Gist options
  • Save rromanchuk/979707 to your computer and use it in GitHub Desktop.
Save rromanchuk/979707 to your computer and use it in GitHub Desktop.
Refunding paypal xpress checkout
Paypal.sandbox!
r = Paypal::NVP::Request.new(:username => PAYPAL[:username], :password => PAYPAL[:password], :signature => PAYPAL[:signature])
r.request('RefundTransaction', {'TRANSACTIONID' => '2VV74337KH776410C', 'REFUNDTYPE' => 'Full'})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment