# File lib/active_merchant/billing/gateways/exact.rb, line 62
      def purchase(money, credit_card, options = {})
        commit(:sale, build_sale_or_authorization_request(money, credit_card, options))
      end