# File lib/braintree/transaction.rb, line 163
    def self.find(id)
      Configuration.gateway.transaction.find(id)
    end