# File lib/active_merchant/billing/gateways/cyber_source.rb, line 107 def authorize(money, creditcard, options = {}) requires!(options, :order_id, :email) setup_address_hash(options) commit(build_auth_request(money, creditcard, options), options ) end