Method: ActiveMerchant::Billing::VisanetPeruGateway#capture
- Defined in:
- lib/active_merchant/billing/gateways/visanet_peru.rb
#capture(amount, authorization, options = {}) ⇒ Object
40 41 42 43 44 45 |
# File 'lib/active_merchant/billing/gateways/visanet_peru.rb', line 40 def capture(amount, , = {}) params = {} [:id_unico] = ()[1] add_auth_order_id(params, , ) commit('deposit', params, ) end |