# File lib/fog/softlayer/requests/product/place_order.rb, line 11
        def place_order(order_template)
          response = Excon::Response.new
          response.body = place_order_mock
          response.status = 200
          return response
        end