# File lib/active_merchant/billing/gateways/data_cash.rb, line 62 def purchase(money, credit_card, options = {}) commit(build_purchase_or_authorization_request(AUTH_TYPE, money, credit_card, options)) end