Method: ActiveMerchant::Billing::PaypalExpressGateway#details_for
- Defined in:
- lib/active_merchant/billing/gateways/paypal_express.rb
#details_for(token) ⇒ Object
47 48 49 |
# File 'lib/active_merchant/billing/gateways/paypal_express.rb', line 47 def details_for(token) commit 'GetExpressCheckoutDetails', build_get_details_request(token) end |