Method: ActiveMerchant::Billing::OppGateway#authorize

Defined in:
lib/active_merchant/billing/gateways/opp.rb

#authorize(money, payment, options = {}) ⇒ Object



131
132
133
134
# File 'lib/active_merchant/billing/gateways/opp.rb', line 131

def authorize(money, payment, options = {})
  # preauthorization PA
  execute_dbpa('PA', money, payment, options)
end