Method: ActiveMerchant::Billing::PayflowExpressGateway#details_for

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

#details_for(token) ⇒ Object

[View source] [View on GitHub]

105
106
107
108
# File 'lib/active_merchant/billing/gateways/payflow_express.rb', line 105

def details_for(token)
  request = build_get_express_details_request(token)
  commit(request, options)
end