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