Method: ActiveMerchant::Billing::PaymillGateway#authorize

Defined in:
lib/active_merchant/billing/gateways/paymill.rb

#authorize(money, payment_method, options = {}) ⇒ Object



26
27
28
# File 'lib/active_merchant/billing/gateways/paymill.rb', line 26

def authorize(money, payment_method, options = {})
  action_with_token(:authorize, money, payment_method, options)
end