Method: ActiveMerchant::Billing::SpreedlyCoreGateway#void
- Defined in:
- lib/active_merchant/billing/gateways/spreedly_core.rb
#void(authorization, options = {}) ⇒ Object
76 77 78 |
# File 'lib/active_merchant/billing/gateways/spreedly_core.rb', line 76 def void(, = {}) commit("transactions/#{}/void.xml", '') end |