Method: ActiveMerchant::Billing::UsaEpayAdvancedGateway#void
- Defined in:
- lib/active_merchant/billing/gateways/usa_epay_advanced.rb
#void(identification, options = {}) ⇒ Object
Void a previous transaction that has not been settled.
Note: See run_transaction for additional options.
316 317 318 |
# File 'lib/active_merchant/billing/gateways/usa_epay_advanced.rb', line 316 def void(identification, = {}) void_transaction(.merge!(reference_number: identification)) end |