# File lib/braintree/transaction.rb, line 183
    def self.sale(attributes)
      Configuration.gateway.transaction.sale(attributes)
    end