# File lib/active_merchant/billing/gateways/usa_epay_advanced.rb, line 258 def purchase(money, creditcard, options={}) run_sale(options.merge!(:amount => money, :payment_method => creditcard)) end