class Datatrans::XML::Transaction::AuthorizeRequest
Public Instance Methods
process()
click to toggle source
# File lib/datatrans/xml/transaction/authorize.rb, line 6 def process post(self.datatrans.url(:xml_authorize_url), :headers => { 'Content-Type' => 'text/xml' }, :body => build_authorize_request.to_s).parsed_response end