Method: ActiveMerchant::Billing::PaypalExpressGateway#agreement_details
- Defined in:
- lib/active_merchant/billing/gateways/paypal_express.rb
permalink #agreement_details(reference_id, options = {}) ⇒ Object
[View source] [View on GitHub]
71 72 73 |
# File 'lib/active_merchant/billing/gateways/paypal_express.rb', line 71 def agreement_details(reference_id, = {}) commit 'BAUpdate', build_details_billing_agreement_request(reference_id) end |