# File lib/active_merchant/billing/gateways/exact.rb, line 58 def authorize(money, credit_card, options = {}) commit(:authorization, build_sale_or_authorization_request(money, credit_card, options)) end