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 (money, payment_method, = {}) action_with_token(:authorize, money, payment_method, ) end |