lib/active_merchant/billing/gateways/forte.rb in activemerchant-1.70.0 vs lib/active_merchant/billing/gateways/forte.rb in activemerchant-1.71.0
- old
+ new
@@ -44,10 +44,9 @@
commit(:post, post)
end
def capture(money, authorization, options={})
post = {}
- add_invoice(post, options)
post[:transaction_id] = transaction_id_from(authorization)
post[:authorization_code] = authorization_code_from(authorization) || ""
post[:action] = "capture"
commit(:put, post)