Method: AuthorizeNet::XmlTransaction#run
- Defined in:
- lib/authorize_net/xml_transaction.rb
#run ⇒ Object
Submits the transaction to the gateway for processing. Returns a response object. If the transaction has already been run, it will return nil.
105 106 107 |
# File 'lib/authorize_net/xml_transaction.rb', line 105 def run make_request end |