Method: ActiveMerchant::Billing::UsaEpayAdvancedGateway#post_auth
- Defined in:
- lib/active_merchant/billing/gateways/usa_epay_advanced.rb
#post_auth(options = {}) ⇒ Object
Post an authorization code obtained offline.
Required
-
:authorization_code– obtained offline
Options
-
Same as run_transaction
Response
-
#message– transaction response hash
702 703 704 705 706 707 |
# File 'lib/active_merchant/billing/gateways/usa_epay_advanced.rb', line 702 def post_auth( = {}) requires! , :authorization_code request = build_request(__method__, ) commit(__method__, request) end |