Method: ActiveMerchant::Billing::DeepstackGateway#capture
- Defined in:
- lib/active_merchant/billing/gateways/deepstack.rb
#capture(money, authorization, options = {}) ⇒ Object
43 44 45 46 47 48 |
# File 'lib/active_merchant/billing/gateways/deepstack.rb', line 43 def capture(money, , = {}) post = {} add_invoice(post, money, , ) commit('capture', post) end |