Method: ActiveMerchant::Billing::PaypalExpressGateway#unstore
- Defined in:
- lib/active_merchant/billing/gateways/paypal_express.rb
permalink #unstore(token, options = {}) ⇒ Object
[View source] [View on GitHub]
67 68 69 |
# File 'lib/active_merchant/billing/gateways/paypal_express.rb', line 67 def unstore(token, = {}) commit 'BAUpdate', build_cancel_billing_agreement_request(token) end |