Method: ActiveMerchant::Billing::PaypalExpressGateway#store
- Defined in:
- lib/active_merchant/billing/gateways/paypal_express.rb
#store(token, options = {}) ⇒ Object
63 64 65 |
# File 'lib/active_merchant/billing/gateways/paypal_express.rb', line 63 def store(token, = {}) commit 'CreateBillingAgreement', build_create_billing_agreement_request(token, ) end |