Method: ActiveMerchant::Billing::PaypalCommonAPI#void

Defined in:
lib/active_merchant/billing/gateways/paypal/paypal_common_api.rb

#void(authorization, options = {}) ⇒ Object


121
122
123
# File 'lib/active_merchant/billing/gateways/paypal/paypal_common_api.rb', line 121

def void(authorization, options = {})
  commit 'DoVoid', build_void_request(authorization, options)
end