# File lib/braintree/transaction.rb, line 175 def self.refund(id, amount = nil) Configuration.gateway.transaction.refund(id, amount) end