# File lib/active_merchant/billing/gateways/payment_express.rb, line 46
      def purchase(money, payment_source, options = {})
        request = build_purchase_or_authorization_request(money, payment_source, options)
        commit(:purchase, request)      
      end