# File lib/active_merchant/billing/gateways/plugnpay.rb, line 134 def capture(money, authorization, options = {}) post = PlugnpayPostData.new post[:orderID] = authorization add_amount(post, money, options) add_customer_data(post, options) commit(:capture, post) end