# File lib/active_merchant/billing/gateways/efsnet.rb, line 32 def purchase(money, creditcard, options = {}) request = build_credit_card_request(money, creditcard, options) commit(:credit_card_charge, request) end