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 (money, payment, = {}) # preauthorization PA execute_dbpa('PA', money, payment, ) end |